From 2df1bc52f0a0d42da59c980b00635c76d890732a Mon Sep 17 00:00:00 2001 From: Michael Mrozek Date: Fri, 4 Jun 2010 23:42:59 +0200 Subject: [PATCH] pandora-scripts / gui.conf: Added new stop command for minimenu (fixes wrong settings when switching to XFCE4) --- recipes/pandora-system/pandora-scripts.bb | 4 +++- recipes/pandora-system/pandora-scripts/gui.conf | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/recipes/pandora-system/pandora-scripts.bb b/recipes/pandora-system/pandora-scripts.bb index 12dccf4..56c398b 100644 --- a/recipes/pandora-system/pandora-scripts.bb +++ b/recipes/pandora-system/pandora-scripts.bb @@ -6,7 +6,7 @@ COMPATIBLE_MACHINE = "omap3-pandora" DEPENDS = "zenity dbus" RDEPENDS = "zenity dbus" -PR = "r22" +PR = "r23" SRC_URI = " \ file://op_bright.sh \ @@ -25,6 +25,7 @@ SRC_URI = " \ file://startnetbooklauncher \ file://startmmenu \ file://startpmenu \ + file://stopmmenu file://op_calibrate.sh \ # file://op_calibrate.desktop \ file://op_datetime.sh \ @@ -85,6 +86,7 @@ do_install() { install -m 0755 ${WORKDIR}/startnetbooklauncher ${D}${bindir}/ install -m 0755 ${WORKDIR}/startmmenu ${D}${bindir}/ install -m 0755 ${WORKDIR}/startpmenu ${D}${bindir}/ + install -m 0755 ${WORKDIR}/stopmmenu ${D}${bindir}/ } PACKAGE_ARCH = "${MACHINE_ARCH}" diff --git a/recipes/pandora-system/pandora-scripts/gui.conf b/recipes/pandora-system/pandora-scripts/gui.conf index bb42dee..6986266 100644 --- a/recipes/pandora-system/pandora-scripts/gui.conf +++ b/recipes/pandora-system/pandora-scripts/gui.conf @@ -1,2 +1,2 @@ XFCE4;The full desktop Environment;startxfce4;xfce4-session-logout --logout -MiniMenu;A very simple but flexible menu;startmmenu;killall mmwrapper +MiniMenu;A very simple but flexible menu;startmmenu;stopmmenu -- 2.39.2