SparkyLinux Forums

Software & hardware support => Newbie questions => Topic started by: K7AAY on June 21, 2014, 06:46:23 PM

Title: LXDE new install of Sparky: How to edit menu?
Post by: K7AAY on June 21, 2014, 06:46:23 PM
Is there a GUI tool, or shall I, un UXTerm, do:

Code:

sudo mv /etc/xdg/menus/razor-applications.menu /etc/xdg/menus/razor-applications.menu.bak
sudo cp /etc/xdg/menus/razor-applications.menu.bak /etc/xdg/menus/razor-applications.menu
sudo nano /etc/xdg/menus/razor-applications.menu




Thank you kindly.,
Title: Re: LXDE new install of Sparky: How to edit menu?
Post by: pavroo on June 22, 2014, 11:57:09 PM
There is no GUI for that, so you should do that in a text console as you said.

But Sparky Razor-Qt Edition uses customized menu which is located in /opt/menu/razor-applications-sparky.menu
Title: Re: LXDE new install of Sparky: How to edit menu?
Post by: K7AAY on June 23, 2014, 06:09:13 AM
So, to update the Razor-Qt menu, launch a terminal emulator window, and then do these three commands:



Quote:

sudo mv /opt/menu/razor-applications-sparky.menu /opt/menu/razor-applications-sparky.menu.bak

sudo cp /opt/menu/razor-applications-sparky.menu.bak /opt/menu/razor-applications-sparky.menu

sudo nano /opt/menu/razor-applications-sparky.menu




But you could use gedit or another text editor instead of nano
Title: Re: LXDE new install of Sparky: How to edit menu?
Post by: pavroo on June 23, 2014, 12:40:04 PM
You can use any text editor which is installed in the system.
Title: Re: LXDE new install of Sparky: How to edit menu?
Post by: GeneC on July 02, 2014, 04:27:57 PM
Quote from: K7AAY on June 21, 2014, 06:46:23 PM
Is there a GUI tool,

[...]

Thank you kindly.,

Hi K7AAY

Take a look at LXMED if you are looking for a GUI menu editing tool.

http://lxmed.sourceforge.net/

(http://lxmed.sourceforge.net/images/screen1.png)

QuoteAbout LXMenuEditor
LXDE is one of the most lightweight available enviroments. It has various components such as LXAppearance, LXPanel, LXSession, etc. which provide GUI for customizing it. However, no tool for customizing main menu was provided. Instead, you had to manually edit .desktop files located in /usr/share/applications or other folders to adjust your main menu the way you feel.

LXMenuEditor brings GUI for adjusting main menu without any knowledge about folder and file structure which stands beyond main menu. All this is kept under the hood and you can only concetrate on menu items you want to customize.

LXmed (code name for LXMenuEditor) is written in Java. This editor can also be used to customize GNOME's main menu and menus of other enviroments, altough it's specially designed for the LXDE environment.

You can visit our project page at sourceforge.
Title: Re: LXDE new install of Sparky: How to edit menu?
Post by: seppalta on July 04, 2014, 08:35:41 AM
To edit lxde menu directly, see http://lxlinux.com/#9 .