Remove ancient trunk folder from svn repository
[synfig.git] / synfig-studio / synfigstudio-thumbnailer.schemas.in
diff --git a/synfig-studio/synfigstudio-thumbnailer.schemas.in b/synfig-studio/synfigstudio-thumbnailer.schemas.in
new file mode 100644 (file)
index 0000000..f935dcd
--- /dev/null
@@ -0,0 +1,28 @@
+<?xml version="1.0"?>
+<gconfschemafile>
+  <schemalist>
+        <schema>
+            <key>/schemas/desktop/gnome/thumbnailers/image@sif/enable</key>
+            <applyto>/desktop/gnome/thumbnailers/image@sif/enable</applyto>
+            <owner>synfigstudio</owner>
+            <type>bool</type>
+            <default>true</default>
+            <locale name="C">
+                <short>enable</short>
+                <long>Enable this thumbnailer.</long>
+            </locale>
+        </schema>
+
+        <schema>
+            <key>/schemas/desktop/gnome/thumbnailers/image@sif/command</key>
+            <applyto>/desktop/gnome/thumbnailers/image@sif/command</applyto>
+            <owner>synfigstudio</owner>
+            <type>string</type>
+            <default>synfig -w %s -h %s %i -o %o -t png --time 0 </default>
+            <locale name="C">
+                <short>Invoke Synfig as Thumbnailer</short>
+                <long>Invokes Synfig as a gnome thumbnailer for image/sif files</long>
+            </locale>
+        </schema>
+  </schemalist>
+</gconfschemafile>