]> www.fi.muni.cz Git - evince.git/commitdiff
[thumbnailer] Register thumbnailing for gzip/gzip dvi files
authorEmilio Pozuelo Monfort <pochu@ubuntu.com>
Sun, 12 Jul 2009 11:17:26 +0000 (13:17 +0200)
committerCarlos Garcia Campos <carlosgc@gnome.org>
Sun, 12 Jul 2009 11:17:26 +0000 (13:17 +0200)
Fixes bgo#588013.

thumbnailer/evince-thumbnailer-dvi.schemas.in

index fe74c61f959dd87fa8f22a17e9262af61e8d9c79..6e64eb2ab3ba75e70fd53ebe8f0695d28d9aca87 100644 (file)
             </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>