Ubuntu – Can’t create application launcher in Lubuntu 14.04

14.04lubuntu

In Lubuntu 13.10 you could create a custom application launcher by right-clicking on the desktop and selecting "Create New…" then selecting the option, but in 14.04 this option is gone (now you can only create a new folder or empty file). Just wondered whether this is a bug or if I have to enable it from somewhere else.

Thanks in advance!

Edit:

A workaround is to add an entry to the start menu by using menulibre (sudo apt-get install menulibre). Then you can select the item from the menu and right click 'Add to desktop'.

Best Answer

On Ubuntu 14.04 I used the method given on http://www.geekyboy.com/archives/384

In command line run:

gnome-desktop-item-edit ~/Desktop/ --create-new

which starts the GUI app for creating new application launcher on the Desktop.

If the command doesn't exist on your system you can install it with

sudo apt-get install --no-install-recommends gnome-panel

-- rpr.

Related Question