]> www.fi.muni.cz Git - evince.git/blob - thumbnailer/evince-thumbnailer.schemas.in
40221bee22723e4f228982809a4ab26eb02e4033
[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         <schema>
30             <key>/schemas/desktop/gnome/thumbnailers/application@x-bzpdf/enable</key>
31             <applyto>/desktop/gnome/thumbnailers/application@x-bzpdf/enable</applyto>
32             <owner>evince</owner>
33             <type>bool</type>
34             <default>true</default>
35             <locale name="C">
36                 <short>Enable thumbnailing of PDF Documents</short>
37                 <long>Boolean options available: true enables thumbnailing and false disables the creation of new thumbnails</long>
38             </locale>
39         </schema>
40
41
42         <schema>
43             <key>/schemas/desktop/gnome/thumbnailers/application@x-bzpdf/command</key>
44             <applyto>/desktop/gnome/thumbnailers/application@x-bzpdf/command</applyto>
45             <owner>evince</owner>
46             <type>string</type>
47             <default>evince-thumbnailer -s %s %u %o</default>
48             <locale name="C">
49                 <short>Thumbnail command for PDF Documents</short>
50                 <long>Valid command plus arguments for the PDF Document thumbnailer.  See Nautilus thumbnailer documentation for more information.</long>
51             </locale>
52         </schema>
53
54         <schema>
55             <key>/schemas/desktop/gnome/thumbnailers/application@x-gzpdf/enable</key>
56             <applyto>/desktop/gnome/thumbnailers/application@x-gzpdf/enable</applyto>
57             <owner>evince</owner>
58             <type>bool</type>
59             <default>true</default>
60             <locale name="C">
61                 <short>Enable thumbnailing of PDF Documents</short>
62                 <long>Boolean options available: true enables thumbnailing and false disables the creation of new thumbnails</long>
63             </locale>
64         </schema>
65
66
67         <schema>
68             <key>/schemas/desktop/gnome/thumbnailers/application@x-gzpdf/command</key>
69             <applyto>/desktop/gnome/thumbnailers/application@x-gzpdf/command</applyto>
70             <owner>evince</owner>
71             <type>string</type>
72             <default>evince-thumbnailer -s %s %u %o</default>
73             <locale name="C">
74                 <short>Thumbnail command for PDF Documents</short>
75                 <long>Valid command plus arguments for the PDF Document thumbnailer.  See Nautilus thumbnailer documentation for more information.</long>
76             </locale>
77         </schema>
78
79     </schemalist>
80 </gconfschemafile>