matchbox-sato: force touchscreen mode on
authorRoss Burton <ross@openedhand.com>
Mon, 7 Jan 2008 17:08:43 +0000 (17:08 +0000)
committerRoss Burton <ross@openedhand.com>
Mon, 7 Jan 2008 17:08:43 +0000 (17:08 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3417 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/matchbox-sato/matchbox-sato_0.1.bb

index 78598ce..b3805b2 100644 (file)
@@ -3,7 +3,7 @@ LICENSE = "GPL"
 SECTION = "x11"
 RDEPENDS = "formfactor gtk-sato-engine matchbox-theme-sato gtk-theme-sato matchbox-panel-2 matchbox-desktop-sato"
 RCONFLICTS = "matchbox-common"
-PR = "r17"
+PR = "r18"
 
 SRC_URI = "file://etc file://matchbox-session"
 S = ${WORKDIR}
@@ -26,4 +26,5 @@ fi
 gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type string --set /desktop/poky/interface/theme Sato
 gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type string --set /desktop/poky/interface/icon_theme Sato
 gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type string --set /desktop/poky/interface/font_name "Sans 9"
+gconftool-2 --config-source=xml::$D${sysconfdir}/gconf/gconf.xml.defaults --direct --type bool --set /desktop/poky/interface/touchscreen true
 }