Sync LXPanel Menu to Open Box Right Click

Please post all general support questions for LXDE here.
Locked
noahc
Posts: 2
Joined: Mon May 28, 2012 9:08 am

Sync LXPanel Menu to Open Box Right Click

Post 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?
gymka
Posts: 27
Joined: Fri May 18, 2012 6:15 am
Location: Kaunas
Contact:

Re: Sync LXPanel Menu to Open Box Right Click

Post 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
"Kvailam gimti ne sarmata. Tik mirti kvailam gėda." E. M. Remarkas
"Родиться глупым не стыдно, стыдно только умирать глупцом." Э. М. Ремарк
"To born stupid is not shame, just to die stupid is shameful." E. M. Remarque
alex1995
Posts: 1
Joined: Wed Jun 05, 2013 9:41 am

Re: Sync LXPanel Menu to Open Box Right Click

Post by alex1995 »

good morning, i tried these commands but not work, i recive the error: unknow argument: --format.
can you help me?
Rex Bouwense
Posts: 1109
Joined: Sat Aug 27, 2011 5:44 pm
Location: Sierra Vista, Arizona USA
Contact:

Re: Sync LXPanel Menu to Open Box Right Click

Post 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.
Rex
Locked