]> code.ossystems Code Review - openembedded-core.git/commitdiff
Remove input manager from session quickly (no PR bump)
authorChris Lord <chris@openedhand.com>
Fri, 30 Sep 2005 10:58:12 +0000 (10:58 +0000)
committerChris Lord <chris@openedhand.com>
Fri, 30 Sep 2005 10:58:12 +0000 (10:58 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky@81 311d38ba-8fff-0310-9ca6-ca027cbcb966

openembedded/packages/matchbox-poky/matchbox-poky/etc/matchbox/session
openembedded/packages/matchbox-poky/matchbox-poky_0.1.bb

index f20340a53139210b6b0a6eac161b54952e9056f6..ceaf4b473907f49c6ecdb261fb328f4c30a5189c 100755 (executable)
@@ -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 $@
index cacd39428c6d0b4b0522c207c7abe92a4a44a85f..b3c8820b43e148b09c500d37ecaaf164cd2af454 100644 (file)
@@ -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"