~ehoover/elfres/gnome-elf-thumbnailer

« back to all changes in this revision

Viewing changes to src/gnome-elf-thumbnailer.schemas

  • Committer: Erich E. Hoover
  • Date: 2011-03-05 22:01:05 UTC
  • Revision ID: ehoover@mines.edu-20110305220105-ykudwe8x0hqtf1ek
Initial import (public release 0.6.0).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<gconfschemafile>
 
2
    <schemalist>
 
3
 
 
4
        <schema>
 
5
            <key>/schemas/desktop/gnome/thumbnailers/application@x-executable/enable</key>
 
6
            <applyto>/desktop/gnome/thumbnailers/application@x-executable/enable</applyto>
 
7
            <owner>gnome-elf-thumbnailer</owner>
 
8
            <type>bool</type>
 
9
            <default>true</default>
 
10
            <locale name="C">
 
11
                <short>Enable thumbnailing of application/x-executable files</short>
 
12
                <long>Enable thumbnailing of application/x-executable files</long>
 
13
            </locale>
 
14
        </schema>
 
15
 
 
16
        <schema>
 
17
            <key>/schemas/desktop/gnome/thumbnailers/application@x-executable/command</key>
 
18
            <applyto>/desktop/gnome/thumbnailers/application@x-executable/command</applyto>
 
19
            <owner>gnome-elf-thumbnailer</owner>
 
20
            <type>string</type>
 
21
            <default>gnome-elf-thumbnailer.sh %s %i %o</default>
 
22
            <locale name="C">
 
23
                    <short>Command that creates a thumbnail</short>
 
24
                    <long>Command that creates a thumbnail (%o) for an ELF executable (%i)</long>
 
25
            </locale>
 
26
        </schema>
 
27
 
 
28
    </schemalist>
 
29
</gconfschemafile>