From: Matthew Allum Date: Thu, 27 Jul 2006 17:42:00 +0000 (+0000) Subject: Add exec to home panel app script so PID gets set as expected and avoid panel timeout X-Git-Tag: 2011-1~12832 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=754b301af1f8b50a93b2d480bc69bfd5a6c91660;p=openembedded-core.git 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 --- 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 diff --git a/meta/packages/matchbox-panel-hacks/matchbox-panel-hacks_0.3-1.bb b/meta/packages/matchbox-panel-hacks/matchbox-panel-hacks_0.3-1.bb index 46b0acfe2e..7c7e11e8a1 100644 --- a/meta/packages/matchbox-panel-hacks/matchbox-panel-hacks_0.3-1.bb +++ b/meta/packages/matchbox-panel-hacks/matchbox-panel-hacks_0.3-1.bb @@ -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() {