10

I see that Xubuntu has package Gnome-menus, but I cannot find the command to run the editor it should contain. I found a small editor but it does not allow new entries and alacarte tries to install whole Gnome...

So I'm looking for a menu editor that will allow me to:

  • Add new launchers,
  • Edit existing ones
  • Move existing ones to different categories
  • Create new categories
  • Won't install bazillion dependencies :)
Borsook
  • 2,043

2 Answers2

7

11.04

(and works for all versions since 11.04)

The use of alacarte in the current version of xubuntu is perhaps not a good choice because of its perceived gnome dependencies - it is actually packaged wrongly, but that's a different story.

Xubuntu / Lubuntu Menu editor

You could try the following java based menu editor which works for both Xubuntu and Lubuntu: enter image description here

To install, download and extract into your Downloads folder

Then open your terminal:

if you havent already installed java

sudo apt-get install openjdk-6-jre

followed by

cd ~/Downloads/lxmed
chmod +x install.sh

If the folder /opt does not exist then

sudo mkdir /opt

Finally

sudo ./install.sh

You launch the menu editor by Start - Settings - Main Menu Editor

fossfreedom
  • 172,746
  • This is app works great if I just run manually the .jar file, but I can't install it, seems my Xubuntu does not have an opt directory... how to bypass this? – Borsook Aug 04 '11 at 12:41
  • 1
    How very weird - mine is a fresh xubuntu install and it has /opt. Try sudo mkdir /opt to create the folder. – fossfreedom Aug 04 '11 at 13:01
  • running xUbunto dekstop (Xfce4) on top of Ubuntu server 11.04. This utility did not accomplish anything. The problem I have is that the Main Menu does not expose the System > Preferences or System Administration menu items and their sub-menus –  Mar 31 '12 at 16:57
4

11.10 & 12.04

sudo apt-get install alacarte --no-install-recommends

This will let you use an editor to change the menus.

Xfce 4.8 is used in Xubuntu 11.10 and Xubuntu 12.04.

Using this command to install will not bring in all the gnome dependencies that are not needed for Xfce.

charlie-tca
  • 1,249
  • Just tried this in Xubuntu 11.10. Alacarte installs & appears in 'Settings' as 'Main Menu' and lets you select and deselect items, but creating new items doesn't work. EDIT: It appears alacarte has an unrecognised dependency: gnome-panel. See [this launchpad bug report] (https://bugs.launchpad.net/ubuntu/+source/alacarte/+bug/826049 ). Installing gnome-panel's sylphlike 150mb did indeed restore this rather useful functionality. –  Jun 10 '12 at 18:51