Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/thumbnailer/evince-thumbnailer-dvi.schemas.in
diff options
context:
space:
mode:
authorEmilio Pozuelo Monfort <pochu@ubuntu.com>2009-07-12 11:17:26 (GMT)
committer Carlos Garcia Campos <carlosgc@gnome.org>2009-07-12 11:17:26 (GMT)
commit16adf49574333007b0923abdf9fe8a6f2f94e89b (patch)
tree2f375b75871a829b964b4d5fabbf41cf1ee7d1d5 /thumbnailer/evince-thumbnailer-dvi.schemas.in
parent2db28e7ad29cc276902da68789e897537ff17912 (diff)
[thumbnailer] Register thumbnailing for gzip/gzip dvi files
Fixes bgo#588013.
Diffstat (limited to 'thumbnailer/evince-thumbnailer-dvi.schemas.in')
-rw-r--r--thumbnailer/evince-thumbnailer-dvi.schemas.in53
1 files changed, 53 insertions, 0 deletions
diff --git a/thumbnailer/evince-thumbnailer-dvi.schemas.in b/thumbnailer/evince-thumbnailer-dvi.schemas.in
index fe74c61..6e64eb2 100644
--- a/thumbnailer/evince-thumbnailer-dvi.schemas.in
+++ b/thumbnailer/evince-thumbnailer-dvi.schemas.in
@@ -26,5 +26,58 @@
</locale>
</schema>
+
+ <schema>
+ <key>/schemas/desktop/gnome/thumbnailers/application@x-gzdvi/enable</key>
+ <applyto>/desktop/gnome/thumbnailers/application@x-gzdvi/enable</applyto>
+ <owner>evince</owner>
+ <type>bool</type>
+ <default>true</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+
+ <schema>
+ <key>/schemas/desktop/gnome/thumbnailers/application@x-gzdvi/command</key>
+ <applyto>/desktop/gnome/thumbnailers/application@x-gzdvi/command</applyto>
+ <owner>evince</owner>
+ <type>string</type>
+ <default>evince-thumbnailer -s %s %u %o</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+
+ <schema>
+ <key>/schemas/desktop/gnome/thumbnailers/application@x-bzdvi/enable</key>
+ <applyto>/desktop/gnome/thumbnailers/application@x-bzdvi/enable</applyto>
+ <owner>evince</owner>
+ <type>bool</type>
+ <default>true</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+
+ <schema>
+ <key>/schemas/desktop/gnome/thumbnailers/application@x-bzdvi/command</key>
+ <applyto>/desktop/gnome/thumbnailers/application@x-bzdvi/command</applyto>
+ <owner>evince</owner>
+ <type>string</type>
+ <default>evince-thumbnailer -s %s %u %o</default>
+ <locale name="C">
+ <short></short>
+ <long></long>
+ </locale>
+ </schema>
+
+
</schemalist>
</gconfschemafile>