From: Michael Mrozek Date: Thu, 8 Apr 2010 19:59:11 +0000 (+0200) Subject: gui.conf: Fixed exiting commands for pmenu and mmenu X-Git-Tag: Release-2010-05/1~67 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=openpandora.oe.git;a=commitdiff_plain;h=637e771f66350cfa3df8683f807eb7d81dc2b070 gui.conf: Fixed exiting commands for pmenu and mmenu --- diff --git a/recipes/pandora-system/pandora-scripts/gui.conf b/recipes/pandora-system/pandora-scripts/gui.conf index 6546b9f..aec5a94 100644 --- a/recipes/pandora-system/pandora-scripts/gui.conf +++ b/recipes/pandora-system/pandora-scripts/gui.conf @@ -1,3 +1,3 @@ XFCE4;The full desktop Environment;startxfce4;xfce4-session-logout --logout -MiniMenu;A very simple but flexible menu;startmmenu;kill -3 mmenu -PMenu;A gaming-console-style Launcher;pmenu;kill pmenu +MiniMenu;A very simple but flexible menu;startmmenu;killall -3 mmenu +PMenu;A gaming-console-style Launcher;pmenu;killall pmenu