Add input manager and startup monitor to poky matchbox session

git-svn-id: https://svn.o-hand.com/repos/poky@80 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Chris Lord 2005-09-30 10:55:28 +00:00
parent 4504f450ea
commit 8f39e0fed9
2 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
matchbox-desktop --icon-size 64 &
matchbox-panel --orientation east --no-menu --no-session --default-apps mb-applet-clock,mb-applet-battery &
matchbox-panel --orientation east --no-menu --no-session --default-apps mbinputmgr,mb-applet-startup-monitor,mb-applet-clock,mb-applet-battery &
exec matchbox-window-manager $@

View File

@ -1,7 +1,8 @@
DESCRIPTION = "Custom MB session files for poky"
LICENSE = "GPL"
SECTION = "x11"
PR = "r0"
DEPENDS = "matchbox matchbox-applet-inputmanager matchbox-applet-startup-monitor"
PR = "r1"
SRC_URI = "file://etc"
S = ${WORKDIR}
@ -9,4 +10,4 @@ S = ${WORKDIR}
do_install() {
cp -R ${S}/etc ${D}/etc
chmod -R 755 ${D}/etc
}
}