Xfce Forum

Sub domains
 

You are not logged in.

#1 2011-10-31 11:51:43

David Gerard
Member
Registered: 2011-10-27
Posts: 11

[Solved] Editing applications menu?

I can't work out how to edit my applications menu. (XFCE 4.8 in Xubuntu 11.10.)

What I actually want to do: I've installed chromium-browser and I want to change the launch command from "chromium-browser" to "chromium-browser --proxy-server=http://localhost:8008" .

I have looked through the instructions at http://wiki.xfce.org/howto/customize-menu and a lot of them don't seem to work (directories that don't exist for me) or do what I want to do.

I have tried using LXMenuEditor, as that page suggests - and it has *some* menu entries I wanted to remove show up (e.g. I removed gnumeric and it left the menu entry behind, but I could delete it with LXMenuEditor), but the menu entry for chromium-browser just doesn't appear in it.

I have no problem with editing config files, but I need to know where they are ...

When an app is installed in Ubuntu and the installer adds a menu entry ... where does this menu entry live, as far as Xfce is concerned?

(And do I have to edit it for the whole system, or will editing only for me do the job?)

Last edited by David Gerard (2011-10-31 14:04:01)

Offline

#2 2011-10-31 14:38:38

ToZ
Member
Registered: 2011-06-02
Posts: 246

Re: [Solved] Editing applications menu?

David Gerard wrote:

What I actually want to do: I've installed chromium-browser and I want to change the launch command from "chromium-browser" to "chromium-browser --proxy-server=http://localhost:8008"

Every application installs a .desktop file in /usr/share/applications that specifies application settings (name, comment, exec command, icon, menu, etc). Edit the chromium desktop file located at /usr/share/applications/chromium-browser.desktop and change the Exec= line to read:

Exec=/usr/bin/chromium-browser --proxy-server=http://localhost:8008 %U

Offline

#3 2011-10-31 15:03:49

David Gerard
Member
Registered: 2011-10-27
Posts: 11

Re: [Solved] Editing applications menu?

Excellent, thank you!

Offline

#4 2013-03-05 09:26:12

Ander111
Member
Registered: 2013-03-05
Posts: 1

Re: [Solved] Editing applications menu?

Just thought I'd point out that there's a GUI app called LXMenuEditor that works with XFCE's menu. (I've just used it to edit my Linux Mint 14 XFCE menu, at least.) Its homepage is here.

Offline

Board footer

Powered by FluxBB