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

View File

@ -1,11 +1,10 @@
#!/bin/sh
## All this should be done by themeing/xsettings.. ##
matchbox-desktop --icon-size 48 \
--icon-padding 64 \
--font sans-8:bold \
--bg /usr/share/themes/Clearlooks/background/default.png
--bg /usr/share/themes/Clearlooks/background/default.png \
--titlefont sans-8:bold &
mb-applet-startup-monitor &

View 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 = "r4"
PR = "r5"
SRC_URI = "file://etc"
S = ${WORKDIR}