1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-03 01:40:07 +00:00

Hack to fix apparent theme race

git-svn-id: https://svn.o-hand.com/repos/poky@117 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Matthew Allum
2005-10-04 11:03:09 +00:00
parent c3acfc2fd0
commit 63af8b0469
2 changed files with 4 additions and 2 deletions
@@ -7,9 +7,11 @@ chkhinge26 /dev/input/event0 hinge-handler &
matchbox-desktop --icon-size 48 \ matchbox-desktop --icon-size 48 \
--icon-padding 64 \ --icon-padding 64 \
--font sans-8:bold \ --font sans-8:bold \
--bg /usr/share/themes/Clearlooks/background/default.png \
--titlefont sans-8:bold & --titlefont sans-8:bold &
# let theme set it
# --bg /usr/share/themes/Clearlooks/background/default.png \
mb-applet-startup-monitor & mb-applet-startup-monitor &
matchbox-panel --orientation east \ matchbox-panel --orientation east \
@@ -2,7 +2,7 @@ DESCRIPTION = "Custom MB session files for poky"
LICENSE = "GPL" LICENSE = "GPL"
SECTION = "x11" SECTION = "x11"
RDEPENDS = "matchbox matchbox-applet-startup-monitor gtk-theme-clearlooks" RDEPENDS = "matchbox matchbox-applet-startup-monitor gtk-theme-clearlooks"
PR = "r7" PR = "r8"
SRC_URI = "file://etc" SRC_URI = "file://etc"
S = ${WORKDIR} S = ${WORKDIR}