summaryrefslogtreecommitdiff
path: root/openembedded/packages/matchbox-poky
diff options
context:
space:
mode:
authorChris Lord <chris@openedhand.com>2005-09-30 10:58:12 +0000
committerChris Lord <chris@openedhand.com>2005-09-30 10:58:12 +0000
commit483a3a383e7009975886acf6847b353f0124950d (patch)
tree70c61fbab10174ad03686f9dc203ff6997a1abdd /openembedded/packages/matchbox-poky
parent8f39e0fed9b1a78f6fb16f6461c1b89eba4da2cd (diff)
downloadopenembedded-core-483a3a383e7009975886acf6847b353f0124950d.tar.gz
openembedded-core-483a3a383e7009975886acf6847b353f0124950d.tar.bz2
openembedded-core-483a3a383e7009975886acf6847b353f0124950d.tar.xz
openembedded-core-483a3a383e7009975886acf6847b353f0124950d.zip
Remove input manager from session quickly (no PR bump)
git-svn-id: https://svn.o-hand.com/repos/poky@81 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'openembedded/packages/matchbox-poky')
-rwxr-xr-xopenembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session2
-rw-r--r--openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session b/openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session
index f20340a53..ceaf4b473 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 @@
#!/bin/sh
matchbox-desktop --icon-size 64 &
-matchbox-panel --orientation east --no-menu --no-session --default-apps mbinputmgr,mb-applet-startup-monitor,mb-applet-clock,mb-applet-battery &
+matchbox-panel --orientation east --no-menu --no-session --default-apps mb-applet-startup-monitor,mb-applet-clock,mb-applet-battery &
exec 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 cacd39428..b3c8820b4 100644
--- a/openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb
+++ b/openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb
@@ -1,7 +1,7 @@
DESCRIPTION = "Custom MB session files for poky"
LICENSE = "GPL"
SECTION = "x11"
-DEPENDS = "matchbox matchbox-applet-inputmanager matchbox-applet-startup-monitor"
+DEPENDS = "matchbox matchbox-applet-startup-monitor"
PR = "r1"
SRC_URI = "file://etc"