aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/matchbox-sato/matchbox-session-sato/matchbox-session-sato.schemas
blob: f5b770b62f902378f01f4a302ec420dda25555fa (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
<?xml version="1.0"?>
<gconfschemafile>
<schemalist>

  <schema>
    <key>/schemas/desktop/poky/interface/theme</key>
    <applyto>/desktop/poky/interface/theme</applyto>
    <type>string</type>
    <owner>matchbox-session-sato</owner>
    <default>Sato</default>
    <locale name="C">
      <short>Desktop theme</short>
      <long>The theme name for Matchbox and Sato to use.</long>
    </locale>
  </schema>

  <schema>
    <key>/schemas/desktop/poky/interface/icon_theme</key>
    <applyto>/desktop/poky/interface/icon_theme</applyto>
    <type>string</type>
    <owner>matchbox-session-sato</owner>
    <default>Sato</default>
    <locale name="C">
      <short>Desktop icon theme</short>
      <long>The icon theme name for Matchbox and Sato.</long>
    </locale>
  </schema>

  <schema>
    <key>/schemas/desktop/poky/interface/touchscreen</key>
    <applyto>/desktop/poky/interface/touchscreen</applyto>
    <type>bool</type>
    <owner>matchbox-session-sato</owner>
    <default>true</default>
    <locale name="C">
      <short>Activate touchscreen</short>
    </locale>
  </schema>

  <schema>
    <key>/schemas/desktop/poky/interface/font_name</key>
    <applyto>/desktop/poky/interface/font_name</applyto>
    <type>string</type>
    <owner>matchbox-session-sato</owner>
    <default>Sans 9</default>
    <locale name="C">
      <short>Font name</short>
    </locale>
  </schema>

</schemalist>
</gconfschemafile>