From 56b2c90a9df572f968fb5a50b6337cc5a6f4a62c Mon Sep 17 00:00:00 2001 From: Nick Schermer Date: Sat, 10 Mar 2012 19:25:11 +0100 Subject: [PATCH] Fallback to xfdesktop for xfce4-popup-applicationsmenu (bug #7365). --- plugins/applicationsmenu/xfce4-popup-applicationsmenu.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/applicationsmenu/xfce4-popup-applicationsmenu.sh b/plugins/applicationsmenu/xfce4-popup-applicationsmenu.sh index f80e1afc..c4b18b7a 100644 --- a/plugins/applicationsmenu/xfce4-popup-applicationsmenu.sh +++ b/plugins/applicationsmenu/xfce4-popup-applicationsmenu.sh @@ -42,6 +42,7 @@ case "$1" in ;; esac -exec @bindir@/xfce4-panel --plugin-event=applicationsmenu:popup:bool:$ATPOINTER +# try to open panel menu, if this fails try xfdesktop +@bindir@/xfce4-panel --plugin-event=applicationsmenu:popup:bool:$ATPOINTER || xfdesktop --menu # vim:set ts=2 sw=2 et ai: