Subscription date : 25 April 2012
Messages : 270
|
Guest : @matttbe: yes I did try to add a launcher and no, running this in a terminal doesn't do a thing. running with option "-h" shows help but that's all
If I do add the whiskermenu applet to an xfce4 panel, the command does pop up the menu
The command is actually a script and what is being executed is
/usr/bin/xfce4-panel --plugin-event=whiskermenu
So basically, an event is sent to the panel to show the plugin but if the plugin isn't part of the panel, nothing
I tested it and was successful with
xfce4-popup-whiskermenu -p
I also tested a custom launcher and that worked as well. |