diff options
author | Matthew Allum <mallum@openedhand.com> | 2006-07-27 17:42:00 +0000 |
---|---|---|
committer | Matthew Allum <mallum@openedhand.com> | 2006-07-27 17:42:00 +0000 |
commit | 754b301af1f8b50a93b2d480bc69bfd5a6c91660 (patch) | |
tree | 87f2e477ab5e200a3fd0c08e3851fb91a7c128c1 /meta/packages/matchbox-panel-hacks/matchbox-panel-hacks-0.3-1 | |
parent | 4952c7e0fede3efbaf5bb9b1e153daa5071ef6a5 (diff) | |
download | openembedded-core-754b301af1f8b50a93b2d480bc69bfd5a6c91660.tar.gz openembedded-core-754b301af1f8b50a93b2d480bc69bfd5a6c91660.tar.bz2 openembedded-core-754b301af1f8b50a93b2d480bc69bfd5a6c91660.zip |
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
Diffstat (limited to 'meta/packages/matchbox-panel-hacks/matchbox-panel-hacks-0.3-1')
-rwxr-xr-x | meta/packages/matchbox-panel-hacks/matchbox-panel-hacks-0.3-1/mb-applet-home | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/matchbox-panel-hacks/matchbox-panel-hacks-0.3-1/mb-applet-home b/meta/packages/matchbox-panel-hacks/matchbox-panel-hacks-0.3-1/mb-applet-home index 72aa76f227..132e72bdd4 100755 --- a/meta/packages/matchbox-panel-hacks/matchbox-panel-hacks-0.3-1/mb-applet-home +++ b/meta/packages/matchbox-panel-hacks/matchbox-panel-hacks-0.3-1/mb-applet-home @@ -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 |