[evince] [thumbnailer] Register thumbnailing for gzip/gzip dvi files



commit 16adf49574333007b0923abdf9fe8a6f2f94e89b
Author: Emilio Pozuelo Monfort <pochu ubuntu com>
Date:   Sun Jul 12 13:17:26 2009 +0200

    [thumbnailer] Register thumbnailing for gzip/gzip dvi files
    
    Fixes bgo#588013.

 thumbnailer/evince-thumbnailer-dvi.schemas.in |   53 +++++++++++++++++++++++++
 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>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]