aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/matchbox-sato/matchbox-session-sato
diff options
context:
space:
mode:
authorLaurentiu Palcu <laurentiu.palcu@intel.com>2012-12-18 14:06:52 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-12-19 17:50:03 +0000
commita19592b684d482a7c011495f1c761f38c316319a (patch)
tree801e2438d9d3c2a8864c43d1824c7c6f3efa8651 /meta/recipes-sato/matchbox-sato/matchbox-session-sato
parent35ecd1e61ff6b3b338f413d942eabb247b815a0f (diff)
downloadopenembedded-core-a19592b684d482a7c011495f1c761f38c316319a.tar.gz
matchbox-session-sato: use a proper schema file
Also, inheriting gconf.bbclass will allow for the schema registration to be done at do_rootfs time. [YOCTO #3603] Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-sato/matchbox-sato/matchbox-session-sato')
-rw-r--r--meta/recipes-sato/matchbox-sato/matchbox-session-sato/matchbox-session-sato.schemas53
1 files changed, 53 insertions, 0 deletions
diff --git a/meta/recipes-sato/matchbox-sato/matchbox-session-sato/matchbox-session-sato.schemas b/meta/recipes-sato/matchbox-sato/matchbox-session-sato/matchbox-session-sato.schemas
new file mode 100644
index 0000000000..f5b770b62f
--- /dev/null
+++ b/meta/recipes-sato/matchbox-sato/matchbox-session-sato/matchbox-session-sato.schemas
@@ -0,0 +1,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>
+