diff options
Diffstat (limited to 'thumbnailer/atril-thumbnailer.schemas.in')
-rw-r--r-- | thumbnailer/atril-thumbnailer.schemas.in | 80 |
1 files changed, 0 insertions, 80 deletions
diff --git a/thumbnailer/atril-thumbnailer.schemas.in b/thumbnailer/atril-thumbnailer.schemas.in deleted file mode 100644 index 19d1d4da..00000000 --- a/thumbnailer/atril-thumbnailer.schemas.in +++ /dev/null @@ -1,80 +0,0 @@ -<mateconfschemafile> - <schemalist> - - <schema> - <key>/schemas/desktop/mate/thumbnailers/application@pdf/enable</key> - <applyto>/desktop/mate/thumbnailers/application@pdf/enable</applyto> - <owner>atril</owner> - <type>bool</type> - <default>true</default> - <locale name="C"> - <short>Enable thumbnailing of PDF Documents</short> - <long>Boolean options available: true enables thumbnailing and false disables the creation of new thumbnails</long> - </locale> - </schema> - - - <schema> - <key>/schemas/desktop/mate/thumbnailers/application@pdf/command</key> - <applyto>/desktop/mate/thumbnailers/application@pdf/command</applyto> - <owner>atril</owner> - <type>string</type> - <default>atril-thumbnailer -s %s %u %o</default> - <locale name="C"> - <short>Thumbnail command for PDF Documents</short> - <long>Valid command plus arguments for the PDF Document thumbnailer. See Caja thumbnailer documentation for more information.</long> - </locale> - </schema> - - <schema> - <key>/schemas/desktop/mate/thumbnailers/application@x-bzpdf/enable</key> - <applyto>/desktop/mate/thumbnailers/application@x-bzpdf/enable</applyto> - <owner>atril</owner> - <type>bool</type> - <default>true</default> - <locale name="C"> - <short>Enable thumbnailing of PDF Documents</short> - <long>Boolean options available: true enables thumbnailing and false disables the creation of new thumbnails</long> - </locale> - </schema> - - - <schema> - <key>/schemas/desktop/mate/thumbnailers/application@x-bzpdf/command</key> - <applyto>/desktop/mate/thumbnailers/application@x-bzpdf/command</applyto> - <owner>atril</owner> - <type>string</type> - <default>atril-thumbnailer -s %s %u %o</default> - <locale name="C"> - <short>Thumbnail command for PDF Documents</short> - <long>Valid command plus arguments for the PDF Document thumbnailer. See Caja thumbnailer documentation for more information.</long> - </locale> - </schema> - - <schema> - <key>/schemas/desktop/mate/thumbnailers/application@x-gzpdf/enable</key> - <applyto>/desktop/mate/thumbnailers/application@x-gzpdf/enable</applyto> - <owner>atril</owner> - <type>bool</type> - <default>true</default> - <locale name="C"> - <short>Enable thumbnailing of PDF Documents</short> - <long>Boolean options available: true enables thumbnailing and false disables the creation of new thumbnails</long> - </locale> - </schema> - - - <schema> - <key>/schemas/desktop/mate/thumbnailers/application@x-gzpdf/command</key> - <applyto>/desktop/mate/thumbnailers/application@x-gzpdf/command</applyto> - <owner>atril</owner> - <type>string</type> - <default>atril-thumbnailer -s %s %u %o</default> - <locale name="C"> - <short>Thumbnail command for PDF Documents</short> - <long>Valid command plus arguments for the PDF Document thumbnailer. See Caja thumbnailer documentation for more information.</long> - </locale> - </schema> - - </schemalist> -</mateconfschemafile> |