gui.conf / startmmenu: Fixed loading and killing of mmenu
authorMichael Mrozek <EvilDragon@openpandora.org>
Thu, 15 Apr 2010 02:07:51 +0000 (04:07 +0200)
committerMichael Mrozek <EvilDragon@openpandora.org>
Thu, 15 Apr 2010 02:07:51 +0000 (04:07 +0200)
recipes/pandora-system/pandora-scripts/gui.conf
recipes/pandora-system/pandora-scripts/startmmenu

index aec5a94..773845d 100644 (file)
@@ -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
index 8b0a639..933ca26 100755 (executable)
@@ -1,3 +1,3 @@
 #!/bin/sh
-xfwm&
+xfwm4&
 mmwrapper -f/usr/bin/mmenu
\ No newline at end of file