summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Allum <mallum@openedhand.com>2005-10-04 11:03:09 +0000
committerMatthew Allum <mallum@openedhand.com>2005-10-04 11:03:09 +0000
commit63af8b04695c045e00ec7c3d3fd9085658b8a156 (patch)
treea2c6849aafe3f5afc3718a4a870b469fc42e5f22
parentc3acfc2fd0223136d48be2659fd4336b79eb1a0f (diff)
downloadpoky-63af8b04695c045e00ec7c3d3fd9085658b8a156.tar.gz
Hack to fix apparent theme race
git-svn-id: https://svn.o-hand.com/repos/poky@117 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rwxr-xr-xopenembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session4
-rw-r--r--openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb2
2 files changed, 4 insertions, 2 deletions
diff --git a/openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session b/openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session
index 6e9cb8b2b0..6599e7dbb1 100755
--- a/openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session
+++ b/openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session
@@ -7,9 +7,11 @@ chkhinge26 /dev/input/event0 hinge-handler &
7matchbox-desktop --icon-size 48 \ 7matchbox-desktop --icon-size 48 \
8 --icon-padding 64 \ 8 --icon-padding 64 \
9 --font sans-8:bold \ 9 --font sans-8:bold \
10 --bg /usr/share/themes/Clearlooks/background/default.png \
11 --titlefont sans-8:bold & 10 --titlefont sans-8:bold &
12 11
12# let theme set it
13# --bg /usr/share/themes/Clearlooks/background/default.png \
14
13mb-applet-startup-monitor & 15mb-applet-startup-monitor &
14 16
15matchbox-panel --orientation east \ 17matchbox-panel --orientation east \
diff --git a/openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb b/openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb
index 86ecc4cf79..a11b834d64 100644
--- a/openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb
+++ b/openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Custom MB session files for poky"
2LICENSE = "GPL" 2LICENSE = "GPL"
3SECTION = "x11" 3SECTION = "x11"
4RDEPENDS = "matchbox matchbox-applet-startup-monitor gtk-theme-clearlooks" 4RDEPENDS = "matchbox matchbox-applet-startup-monitor gtk-theme-clearlooks"
5PR = "r7" 5PR = "r8"
6 6
7SRC_URI = "file://etc" 7SRC_URI = "file://etc"
8S = ${WORKDIR} 8S = ${WORKDIR}