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

@ -19,5 +19,5 @@ if [ "$CMD" ]; then
# Delay to make sure the window manager is active
# by waiting for the desktop to say its finished loading
dbus-wait org.matchbox_project.desktop Loaded
$CMD
exec $CMD
fi

View File

@ -4,7 +4,7 @@ DEPENDS = "libfakekey expat libxft gtk+ matchbox-panel-2"
RDEPENDS = "formfactor dbus-wait"
SECTION = "x11"
PV = "0.0+svnr${SRCREV}"
PR = "r3"
PR = "r4"
SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http \
file://configure_fix.patch;patch=1;maxrev=1819 \

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