synfigstudio-thumbnailer.schemas.in 1.0 KB

1234567891011121314151617181920212223242526272829
  1. <?xml version="1.0"?>
  2. <gconfschemafile>
  3. <schemalist>
  4. <schema>
  5. <key>/schemas/desktop/gnome/thumbnailers/image@sif/enable</key>
  6. <applyto>/desktop/gnome/thumbnailers/image@sif/enable</applyto>
  7. <owner>synfigstudio</owner>
  8. <type>bool</type>
  9. <default>true</default>
  10. <locale name="C">
  11. <short>enable</short>
  12. <long>Enable this thumbnailer.</long>
  13. </locale>
  14. </schema>
  15. <schema>
  16. <key>/schemas/desktop/gnome/thumbnailers/image@sif/command</key>
  17. <applyto>/desktop/gnome/thumbnailers/image@sif/command</applyto>
  18. <owner>synfigstudio</owner>
  19. <type>string</type>
  20. <default>synfig -w %s -h %s %i -o %o -t png --time 0 </default>
  21. <locale name="C">
  22. <short>Invoke Synfig as Thumbnailer</short>
  23. <long>Invokes Synfig as a gnome thumbnailer for image/sif files</long>
  24. </locale>
  25. </schema>
  26. </schemalist>
  27. </gconfschemafile>