~flimm/ooo-thumbnailer/releases

1 by David D Lowe
Inital release.
1
<gconfschemafile>
2
<schemalist>
3
 <schema>
4
  <key>/schemas/desktop/gnome/thumbnailers/application@vnd.oasis.opendocument.text/enable</key>
5
  <applyto>/desktop/gnome/thumbnailers/application@vnd.oasis.opendocument.text/enable</applyto>
6
  <owner>ooo-thumbnailer</owner>
7
  <type>bool</type>
8
  <default>true</default>
9
  <locale name="C">
10
   <short/>
11
   <long/>
12
  </locale>
13
 </schema>
14
 <schema>
15
  <key>/schemas/desktop/gnome/thumbnailers/application@vnd.oasis.opendocument.text/command</key>
16
   <applyto>/desktop/gnome/thumbnailers/application@vnd.oasis.opendocument.text/command</applyto>
17
   <owner>ooo-thumbnailer</owner>
18
   <type>string</type>
1.1.1 by David D Lowe
Fixed size command line option.
19
   <default>/usr/bin/ooo-thumbnailer %i %o %s</default>
1 by David D Lowe
Inital release.
20
   <locale name="C">
21
    <short/>
22
    <long/>
23
   </locale>
24
 </schema>
1.1.4 by David D Lowe
Added logos to thumbnails as suggested by Guido Iodice.
25
 <schema>
26
  <key>/schemas/desktop/gnome/thumbnailers/application@vnd.oasis.opendocument.graphics/enable</key>
27
  <applyto>/desktop/gnome/thumbnailers/application@vnd.oasis.opendocument.graphics/enable</applyto>
28
  <owner>ooo-thumbnailer</owner>
29
  <type>bool</type>
30
  <default>true</default>
31
  <locale name="C">
32
   <short/>
33
   <long/>
34
  </locale>
35
 </schema>
36
 <schema>
37
  <key>/schemas/desktop/gnome/thumbnailers/application@vnd.oasis.opendocument.graphics/command</key>
38
   <applyto>/desktop/gnome/thumbnailers/application@vnd.oasis.opendocument.graphics/command</applyto>
39
   <owner>ooo-thumbnailer</owner>
40
   <type>string</type>
41
   <default>/usr/bin/ooo-thumbnailer %i %o %s</default>
42
   <locale name="C">
43
    <short/>
44
    <long/>
45
   </locale>
46
 </schema>
47
 <schema>
48
  <key>/schemas/desktop/gnome/thumbnailers/application@vnd.oasis.opendocument.presentation/enable</key>
49
  <applyto>/desktop/gnome/thumbnailers/application@vnd.oasis.opendocument.presentation/enable</applyto>
50
  <owner>ooo-thumbnailer</owner>
51
  <type>bool</type>
52
  <default>true</default>
53
  <locale name="C">
54
   <short/>
55
   <long/>
56
  </locale>
57
 </schema>
58
 <schema>
59
  <key>/schemas/desktop/gnome/thumbnailers/application@vnd.oasis.opendocument.presentation/command</key>
60
   <applyto>/desktop/gnome/thumbnailers/application@vnd.oasis.opendocument.presentation/command</applyto>
61
   <owner>ooo-thumbnailer</owner>
62
   <type>string</type>
63
   <default>/usr/bin/ooo-thumbnailer %i %o %s</default>
64
   <locale name="C">
65
    <short/>
66
    <long/>
67
   </locale>
68
 </schema>
69
 <schema>
70
  <key>/schemas/desktop/gnome/thumbnailers/application@vnd.oasis.opendocument.spreadsheet/enable</key>
71
  <applyto>/desktop/gnome/thumbnailers/application@vnd.oasis.opendocument.spreadsheet/enable</applyto>
72
  <owner>ooo-thumbnailer</owner>
73
  <type>bool</type>
74
  <default>true</default>
75
  <locale name="C">
76
   <short/>
77
   <long/>
78
  </locale>
79
 </schema>
80
 <schema>
81
  <key>/schemas/desktop/gnome/thumbnailers/application@vnd.oasis.opendocument.spreadsheet/command</key>
82
   <applyto>/desktop/gnome/thumbnailers/application@vnd.oasis.opendocument.spreadsheet/command</applyto>
83
   <owner>ooo-thumbnailer</owner>
84
   <type>string</type>
85
   <default>/usr/bin/ooo-thumbnailer %i %o %s</default>
86
   <locale name="C">
87
    <short/>
88
    <long/>
89
   </locale>
90
 </schema>
1 by David D Lowe
Inital release.
91
</schemalist>
92
</gconfschemafile>