summaryrefslogtreecommitdiffstats
path: root/openembedded
diff options
context:
space:
mode:
authorChris Lord <chris@openedhand.com>2005-09-30 10:55:28 +0000
committerChris Lord <chris@openedhand.com>2005-09-30 10:55:28 +0000
commit8f39e0fed9b1a78f6fb16f6461c1b89eba4da2cd (patch)
treebe33d3b3ce4b6bf0f0cdef02b1604c8c0d31efe7 /openembedded
parent4504f450ea9518f1a3cab5779b1629cb5a5d71e9 (diff)
downloadpoky-8f39e0fed9b1a78f6fb16f6461c1b89eba4da2cd.tar.gz
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
Diffstat (limited to 'openembedded')
-rwxr-xr-xopenembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session2
-rw-r--r--openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb5
2 files changed, 4 insertions, 3 deletions
diff --git a/openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session b/openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session
index 033ba8b243..f20340a531 100755
--- a/openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session
+++ b/openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session
@@ -1,4 +1,4 @@
1#!/bin/sh 1#!/bin/sh
2matchbox-desktop --icon-size 64 & 2matchbox-desktop --icon-size 64 &
3matchbox-panel --orientation east --no-menu --no-session --default-apps mb-applet-clock,mb-applet-battery & 3matchbox-panel --orientation east --no-menu --no-session --default-apps mbinputmgr,mb-applet-startup-monitor,mb-applet-clock,mb-applet-battery &
4exec matchbox-window-manager $@ 4exec matchbox-window-manager $@
diff --git a/openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb b/openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb
index 0d4edc3404..cacd39428c 100644
--- a/openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb
+++ b/openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb
@@ -1,7 +1,8 @@
1DESCRIPTION = "Custom MB session files for poky" 1DESCRIPTION = "Custom MB session files for poky"
2LICENSE = "GPL" 2LICENSE = "GPL"
3SECTION = "x11" 3SECTION = "x11"
4PR = "r0" 4DEPENDS = "matchbox matchbox-applet-inputmanager matchbox-applet-startup-monitor"
5PR = "r1"
5 6
6SRC_URI = "file://etc" 7SRC_URI = "file://etc"
7S = ${WORKDIR} 8S = ${WORKDIR}
@@ -9,4 +10,4 @@ S = ${WORKDIR}
9do_install() { 10do_install() {
10 cp -R ${S}/etc ${D}/etc 11 cp -R ${S}/etc ${D}/etc
11 chmod -R 755 ${D}/etc 12 chmod -R 755 ${D}/etc
12} \ No newline at end of file 13}