]> code.ossystems Code Review - openembedded-core.git/commitdiff
Hack to fix apparent theme race
authorMatthew Allum <mallum@openedhand.com>
Tue, 4 Oct 2005 11:03:09 +0000 (11:03 +0000)
committerMatthew Allum <mallum@openedhand.com>
Tue, 4 Oct 2005 11:03:09 +0000 (11:03 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky@117 311d38ba-8fff-0310-9ca6-ca027cbcb966

openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session
openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb

index 6e9cb8b2b042f2e4fd0ffb6ed6e97606120dca62..6599e7dbb135c868aff99c378f78e177c65c2014 100755 (executable)
@@ -7,9 +7,11 @@ chkhinge26 /dev/input/event0 hinge-handler &
 matchbox-desktop --icon-size 48 \
                  --icon-padding 64 \
                  --font sans-8:bold \
-                 --bg /usr/share/themes/Clearlooks/background/default.png \
                  --titlefont sans-8:bold &
 
+# let theme set it
+# --bg /usr/share/themes/Clearlooks/background/default.png \
+
 mb-applet-startup-monitor &                 
 
 matchbox-panel --orientation east \
index 86ecc4cf797a78cdf3173dc8b4801adfbfc33bc9..a11b834d642883a680d181aa0d126ee565bed2fc 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "Custom MB session files for poky"
 LICENSE = "GPL"
 SECTION = "x11"
 RDEPENDS = "matchbox matchbox-applet-startup-monitor gtk-theme-clearlooks"
-PR = "r7"
+PR = "r8"
 
 SRC_URI = "file://etc"
 S = ${WORKDIR}