networkmanager/matchbox-keyboard: Use exec to run the final programs

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5084 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2008-08-19 21:53:15 +00:00
parent 76b5863170
commit 210f011145
4 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/sh
# Wait for the desktop to say its finished loading
dbus-wait org.matchbox_project.desktop Loaded
/usr/bin/nm-applet
exec /usr/bin/nm-applet

View File

@@ -3,7 +3,7 @@ LICENSE = "GPL"
DEPENDS = "networkmanager dbus-glib libglade gconf gnome-keyring"
#TODO DEPENDS libnotify
RDEPENDS = "networkmanager dbus-wait"
PR = "r6"
PR = "r7"
inherit gnome gtk-icon-cache