summaryrefslogtreecommitdiff
path: root/vfs-methods/themus/themus.schemas.in
blob: d245b875628af51bea491bfe6c89e2dc3bf0d3f0 (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<?xml version="1.0"?>
<gconfschemafile>
  <schemalist>
    <schema>
      <key>/schemas/desktop/gnome/thumbnailers/application@x-gnome-theme-installed/command</key>
      <applyto>/desktop/gnome/thumbnailers/application@x-gnome-theme-installed/command</applyto>
      <type>string</type>
      <default>gnome-theme-thumbnailer %u %o</default>
      <locale name="C">
        <short>Thumbnail command for installed themes</short>
        <long>
          Set this key to the command used to create thumbnails for
          installed themes.
        </long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/desktop/gnome/thumbnailers/application@x-gnome-theme-installed/enable</key>
      <applyto>/desktop/gnome/thumbnailers/application@x-gnome-theme-installed/enable</applyto>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
        <short>Whether to thumbnail installed themes</short>
        <long>
          If set to true, then installed themes will be thumbnailed.
        </long>
      </locale>
    </schema>

    <schema>
      <key>/schemas/desktop/gnome/thumbnailers/application@x-gnome-theme/command</key>
      <applyto>/desktop/gnome/thumbnailers/application@x-gnome-theme/command</applyto>
      <type>string</type>
      <default>gnome-theme-thumbnailer %u %o</default>
      <locale name="C">
        <short>Thumbnail command for themes</short>
        <long>
          Set this key to the command used to create thumbnails for
          themes.
        </long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/desktop/gnome/thumbnailers/application@x-gnome-theme/enable</key>
      <applyto>/desktop/gnome/thumbnailers/application@x-gnome-theme/enable</applyto>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
        <short>Whether to thumbnail themes</short>
        <long>
          If set to true, then themes will be thumbnailed.
        </long>
      </locale>
    </schema>

  </schemalist>
</gconfschemafile>