Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/thumbnailer/evince-thumbnailer-djvu.schemas.in
blob: 017c757de3703ee3337bfe5c8ba532e8de61a70a (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
<gconfschemafile>
    <schemalist>

        <schema>
            <key>/schemas/desktop/gnome/thumbnailers/image@vnd.djvu/enable</key>
            <applyto>/desktop/gnome/thumbnailers/image@vnd.djvu/enable</applyto>
            <owner>evince</owner>
            <type>bool</type>
            <default>true</default>
            <locale name="C">
                <short></short>
                <long></long>
            </locale>
        </schema>


        <schema>
            <key>/schemas/desktop/gnome/thumbnailers/image@vnd.djvu/command</key>
            <applyto>/desktop/gnome/thumbnailers/image@vnd.djvu/command</applyto>
            <owner>evince</owner>
            <type>string</type>
            <default>evince-thumbnailer -s %s %u %o</default>
            <locale name="C">
                <short></short>
                <long></long>
            </locale>
        </schema>

    </schemalist>
</gconfschemafile>