Page 1 of 1

Sync LXPanel Menu to Open Box Right Click

Posted: Mon May 28, 2012 9:14 am
by noahc
Currently my LXPanel looks like this:

Image

and OpenBox right click menu looks like:

Image

Is there a way I can sync the LXPanel menu to my OpenBox right click menu so that when I right click I see what the LXPanel menu displays. What I like about LXPanel is that it automatically adds software as I install it and it would be nice if I could just install the software and LXPanel generates the menu and then maybe via a symbolic link Openbox grabs the menu.

Is this possible?

Re: Sync LXPanel Menu to Open Box Right Click

Posted: Mon May 28, 2012 9:30 am
by gymka
long version: read this http://forum.lxde.org/viewtopic.php?f=2 ... 25&p=39083 then this http://forum.lxde.org/viewtopic.php?t=1258&f=8
short version:

Code: Select all

$ xdg_menu --format openbox3 --root-menu /etc/xdg/menus/arch-applications.menu >xdg-menu.xml
content of xdg-menu.xml manually add to ~/.config/openbox/menu.xml after line

Code: Select all

<separator label="Applications" />
run

Code: Select all

$ openbox --reconfigure

Re: Sync LXPanel Menu to Open Box Right Click

Posted: Wed Jun 05, 2013 9:43 am
by alex1995
good morning, i tried these commands but not work, i recive the error: unknow argument: --format.
can you help me?

Re: Sync LXPanel Menu to Open Box Right Click

Posted: Wed Jun 05, 2013 1:48 pm
by Rex Bouwense
Did you read the two sites that gymka provided? They provide additional information. The thread was marked as solved so it apparently worked for the OP.