Ubuntu – How to create a desktop launcher

11.04launcher

Now I am a new convert from Windows to Ubuntu and I really like what I am seeing. However being a newbie I can't seem to figure out how to create a "launcher" on the desktop. I know that you right click and then select "create launcher"; what I don't know is the command that I need to use or indeed where to browse to the application (Evolution Mail for example) or where to learn the commands from.

If someone could help this newbie out I would appreciate it!

Best Answer

When you 'Browse' for an application, you can select any executable file. Almost all applications have their executable file in the folder /usr/bin, so navigate to there. Evolution, for example, has the executable file called 'evolution' in the /usr/bin folder, so select this.

/usr/bin/evolution

You can then edit the name for the launcher, the comment and the icon to use. Normally it is clever enough to choose the icon for you but if not, icons are generally stored in /usr/share/pixmaps.

edit launcher

Another way to find out the commands to use is to use the 'Main Menu' program which edits the Applications, Places, System menus for Ubuntu Classic (GNOME 2.x).

launch 'Main Menu'

Once launched, navigate to the application you want to find the command for and click properties.

main menu

You can then look at the command for that application. You can use this command when creating your own launcher.

launcher properties

There is another method you can use for pre existing applications. Open up a file manager and navigate to /usr/share/applications then right click on the launcher you want and select Copy to -> Desktop.

copy to desktop

Related Question