blob: bb0b216fe801f196c0e4890894869118fa25b6df (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
<mateconfschemafile>
<schemalist>
<schema>
<key>/schemas/desktop/mate/thumbnailers/image@vnd.djvu/enable</key>
<applyto>/desktop/mate/thumbnailers/image@vnd.djvu/enable</applyto>
<owner>atril</owner>
<type>bool</type>
<default>true</default>
<locale name="C">
<short></short>
<long></long>
</locale>
</schema>
<schema>
<key>/schemas/desktop/mate/thumbnailers/image@vnd.djvu/command</key>
<applyto>/desktop/mate/thumbnailers/image@vnd.djvu/command</applyto>
<owner>atril</owner>
<type>string</type>
<default>atril-thumbnailer -s %s %u %o</default>
<locale name="C">
<short></short>
<long></long>
</locale>
</schema>
</schemalist>
</mateconfschemafile>
|