]> code.ossystems Code Review - openembedded-core.git/commitdiff
Don't depend on the old startup monitor
authorRoss Burton <ross@openedhand.com>
Fri, 16 Nov 2007 15:51:16 +0000 (15:51 +0000)
committerRoss Burton <ross@openedhand.com>
Fri, 16 Nov 2007 15:51:16 +0000 (15:51 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3188 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/matchbox-sato/matchbox-sato/etc/matchbox/session
meta/packages/matchbox-sato/matchbox-sato_0.1.bb

index 2e8dac3af756e0f9b1254bdfadb5c8c1dcd9a1ce..db3516fcabccd444ccc1d0d7e2558e75a037ff92 100755 (executable)
@@ -5,8 +5,6 @@ SHOWCURSOR="no"
 ## All this should be done by themeing/xsettings.. ## 
 matchbox-desktop &
 
-# mb-applet-startup-monitor &                 
-
 matchbox-panel --titlebar --start-applets showdesktop,windowselector --end-applets clock,battery,systray,startup &
 
 exec matchbox-window-manager -theme Sato -use_desktop_mode decorated -use_cursor $SHOWCURSOR $@
index df21310b2066dde154b33ac9f7caed67af3e2e23..bf39d735712fdd2fc00ba2d96f153225a73f2081 100644 (file)
@@ -1,9 +1,9 @@
 DESCRIPTION = "Custom MB session files for poky"
 LICENSE = "GPL"
 SECTION = "x11"
-RDEPENDS = "matchbox-applet-startup-monitor gtk-sato-engine matchbox-theme-sato gtk-theme-sato matchbox-panel-2 matchbox-desktop-sato"
+RDEPENDS = "gtk-sato-engine matchbox-theme-sato gtk-theme-sato matchbox-panel-2 matchbox-desktop-sato"
 RCONFLICTS = "matchbox-common"
-PR = "r15"
+PR = "r16"
 
 SRC_URI = "file://etc file://matchbox-session"
 S = ${WORKDIR}