]> www.fi.muni.cz Git - evince.git/blob - thumbnailer/evince-thumbnailer.schemas.in
Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
[evince.git] / thumbnailer / evince-thumbnailer.schemas.in
1 <gconfschemafile>
2     <schemalist>
3
4         <schema>
5             <key>/schemas/desktop/gnome/thumbnailers/application@pdf/enable</key>
6             <applyto>/desktop/gnome/thumbnailers/application@pdf/enable</applyto>
7             <owner>evince</owner>
8             <type>bool</type>
9             <default>true</default>
10             <locale name="C">
11                 <short>Enable thumbnailing of PDF Documents</short>
12                 <long>Boolean options available, true enables thumbnailing and false disables the creation of new thumbnails</long>
13             </locale>
14         </schema>
15
16
17         <schema>
18             <key>/schemas/desktop/gnome/thumbnailers/application@pdf/command</key>
19             <applyto>/desktop/gnome/thumbnailers/application@pdf/command</applyto>
20             <owner>evince</owner>
21             <type>string</type>
22             <default>evince-thumbnailer -s %s %u %o</default>
23             <locale name="C">
24                 <short>Thumbnail command for PDF Documents</short>
25                 <long>Valid command plus arguments for the PDF Document thumbnailer.  See nautilus thumbnailer documentation for more information.</long>
26             </locale>
27         </schema>
28
29     </schemalist>
30 </gconfschemafile>