1234567891011121314151617181920212223242526272829 |
- <?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>
|