summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorMatthew Allum <mallum@openedhand.com>2006-07-27 17:42:00 +0000
committerMatthew Allum <mallum@openedhand.com>2006-07-27 17:42:00 +0000
commit754b301af1f8b50a93b2d480bc69bfd5a6c91660 (patch)
tree87f2e477ab5e200a3fd0c08e3851fb91a7c128c1 /meta
parent4952c7e0fede3efbaf5bb9b1e153daa5071ef6a5 (diff)
downloadpoky-754b301af1f8b50a93b2d480bc69bfd5a6c91660.tar.gz
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')
-rwxr-xr-xmeta/packages/matchbox-panel-hacks/matchbox-panel-hacks-0.3-1/mb-applet-home2
-rw-r--r--meta/packages/matchbox-panel-hacks/matchbox-panel-hacks_0.3-1.bb2
2 files changed, 2 insertions, 2 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 @@
1#!/bin/sh 1#!/bin/sh
2mb-applet-launcher -na -o -1 -l --title "Home" mbdesktop.png matchbox-remote -d 2exec 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 \
7 file://xrandr.png" 7 file://xrandr.png"
8SECTION = "x11/wm" 8SECTION = "x11/wm"
9PRIORITY = "optional" 9PRIORITY = "optional"
10PR = "r6" 10PR = "r7"
11LICENSE = "MIT" 11LICENSE = "MIT"
12 12
13do_install() { 13do_install() {