summaryrefslogtreecommitdiff
path: root/thumbnailer/evince-thumbnailer.schemas.in
diff options
context:
space:
mode:
Diffstat (limited to 'thumbnailer/evince-thumbnailer.schemas.in')
-rw-r--r--thumbnailer/evince-thumbnailer.schemas.in80
1 files changed, 80 insertions, 0 deletions
diff --git a/thumbnailer/evince-thumbnailer.schemas.in b/thumbnailer/evince-thumbnailer.schemas.in
new file mode 100644
index 00000000..6dafb8f0
--- /dev/null
+++ b/thumbnailer/evince-thumbnailer.schemas.in
@@ -0,0 +1,80 @@
+<mateconfschemafile>
+ <schemalist>
+
+ <schema>
+ <key>/schemas/desktop/mate/thumbnailers/application@pdf/enable</key>
+ <applyto>/desktop/mate/thumbnailers/application@pdf/enable</applyto>
+ <owner>evince</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>evince</owner>
+ <type>string</type>
+ <default>evince-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>evince</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>evince</owner>
+ <type>string</type>
+ <default>evince-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>evince</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>evince</owner>
+ <type>string</type>
+ <default>evince-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>