1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-31 00:39:46 +00:00

Fix broken matchbox-session

git-svn-id: https://svn.o-hand.com/repos/poky@99 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Matthew Allum
2005-10-03 12:57:10 +00:00
parent f852fdbff9
commit 00308d47ea
2 changed files with 2 additions and 3 deletions
@@ -1,11 +1,10 @@
#!/bin/sh #!/bin/sh
## All this should be done by themeing/xsettings.. ## ## All this should be done by themeing/xsettings.. ##
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 --bg /usr/share/themes/Clearlooks/background/default.png \
--titlefont sans-8:bold & --titlefont sans-8:bold &
mb-applet-startup-monitor & mb-applet-startup-monitor &
@@ -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 = "r4" PR = "r5"
SRC_URI = "file://etc" SRC_URI = "file://etc"
S = ${WORKDIR} S = ${WORKDIR}