Add exec to home panel app script so PID gets set as expected and avoid panel timeout

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@563 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Matthew Allum 2006-07-27 17:42:00 +00:00
parent 4952c7e0fe
commit 754b301af1
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
#!/bin/sh
mb-applet-launcher -na -o -1 -l --title "Home" mbdesktop.png matchbox-remote -d
exec mb-applet-launcher -na -o -1 -l --title "Home" mbdesktop.png matchbox-remote -d

View File

@ -7,7 +7,7 @@ SRC_URI = "file://xrandr-panelapp.sh \
file://xrandr.png"
SECTION = "x11/wm"
PRIORITY = "optional"
PR = "r6"
PR = "r7"
LICENSE = "MIT"
do_install() {