aboutsummaryrefslogtreecommitdiffstats
path: root/settings-daemon.schemas
diff options
context:
space:
mode:
Diffstat (limited to 'settings-daemon.schemas')
-rw-r--r--settings-daemon.schemas16
1 files changed, 14 insertions, 2 deletions
diff --git a/settings-daemon.schemas b/settings-daemon.schemas
index 02279e8..811957b 100644
--- a/settings-daemon.schemas
+++ b/settings-daemon.schemas
@@ -3,14 +3,26 @@
<schemalist>
<schema>
+ <key>/schemas/desktop/poky/interface/matchbox_theme</key>
+ <applyto>/desktop/poky/interface/matchbox_theme</applyto>
+ <type>string</type>
+ <owner>settings-daemon</owner>
+ <default>Sato</default>
+ <locale name="C">
+ <short>WM theme</short>
+ <long>Matchbox Window manager theme name.</long>
+ </locale>
+ </schema>
+
+ <schema>
<key>/schemas/desktop/poky/interface/theme</key>
<applyto>/desktop/poky/interface/theme</applyto>
<type>string</type>
<owner>settings-daemon</owner>
<default>Clearlooks</default>
<locale name="C">
- <short>Desktop theme</short>
- <long>The theme name for Matchbox and GTK+ to use.</long>
+ <short>GTK+ theme</short>
+ <long>GTK+ theme name.</long>
</locale>
</schema>