From: Michael Mrozek Date: Thu, 15 Apr 2010 02:07:51 +0000 (+0200) Subject: gui.conf / startmmenu: Fixed loading and killing of mmenu X-Git-Tag: Release-2010-05/1~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3501c219810ae4ff81903ebb1e246a0832803f31;p=openpandora.oe.git gui.conf / startmmenu: Fixed loading and killing of mmenu --- diff --git a/recipes/pandora-system/pandora-scripts/gui.conf b/recipes/pandora-system/pandora-scripts/gui.conf index aec5a94..773845d 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;killall -3 mmenu +MiniMenu;A very simple but flexible menu;startmmenu;killall mmwrapper PMenu;A gaming-console-style Launcher;pmenu;killall pmenu diff --git a/recipes/pandora-system/pandora-scripts/startmmenu b/recipes/pandora-system/pandora-scripts/startmmenu index 8b0a639..933ca26 100755 --- a/recipes/pandora-system/pandora-scripts/startmmenu +++ b/recipes/pandora-system/pandora-scripts/startmmenu @@ -1,3 +1,3 @@ #!/bin/sh -xfwm& +xfwm4& mmwrapper -f/usr/bin/mmenu \ No newline at end of file