Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/thumbnailer/evince-thumbnailer.schemas.in
blob: 07cc61d926102c5e7821eeab2ffc80b863d3b79e (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/application@pdf/enable</key>
            <applyto>/desktop/gnome/thumbnailers/application@pdf/enable</applyto>
            <owner>evince</owner>
            <type>bool</type>
            <default>true</default>
            <locale name="C">
                <short>Enable thumbnailing of PDF Documents</short>
                <long>Boolean options available, true enables thumbnailing and false disables the creation of new thumbnails</long>
            </locale>
        </schema>


        <schema>
            <key>/schemas/desktop/gnome/thumbnailers/application@pdf/command</key>
            <applyto>/desktop/gnome/thumbnailers/application@pdf/command</applyto>
            <owner>evince</owner>
            <type>string</type>
            <default>evince-thumbnailer -s %s %u %o</default>
            <locale name="C">
                <short>Thumbnail command for PDF Documents</short>
                <long>Valid command plus arguments for the PDF Document thumbnailer.  See nautilus thumbnailer documentation for more information.</long>
            </locale>
        </schema>

    </schemalist>
</gconfschemafile>