a few words about media types
[blorb-thumbnailer.git] / def / blorb-thumbnailer.schemas
blobdb8d046874fffdf609d4e807b29b9e6cf171a364
1 <gconfschemafile>
2   <schemalist>
4     <schema>
5       <key>/schemas/desktop/gnome/thumbnailers/application@x-blorb/enable</key>
6       <applyto>/desktop/gnome/thumbnailers/application@x-blorb/enable</applyto>
7       <owner>blorb-thumbnailer</owner>
8       <type>bool</type>
9       <default>true</default>
10       <locale name="C">
11         <short>Enable thumbnailing of blorbs.</short>
12         <long>False will prevent new thumbnails from being generated.</long>
13       </locale>
14     </schema>
16     <schema>
17       <key>/schemas/desktop/gnome/thumbnailers/application@x-blorb/command</key>
18       <applyto>/desktop/gnome/thumbnailers/application@x-blorb/command</applyto>
19       <owner>blorb-thumbnailer</owner>
20       <type>string</type>
21       <default>blorb-thumbnailer %i %o %s</default>
22       <locale name="C">
23         <short>Command to generate thumbnails.</short>
24         <long>Where %i is the file in question, %o is the potential thumbnail image, and %s is the size.</long>
25       </locale>
26     </schema>
28   </schemalist>
29 </gconfschemafile>