How To Create Desktop Launchers in Ubuntu 12.04



What is Launchers Ubuntu Dekstop  ?
In previous version of Ubuntu, you can create shortcuts to your favorite applications and system locations right on the desktop. These shortcuts are the desktop launchers to quickly launch your favorite applications and system locations such as firefox,Home folder. But, Ubuntu 12.04 Oneiric Ocelot does not allow you to create desktop launchers by right clicking on the desktop like in the previous Ubuntu versions.This tutorial will explain how to Create Desktop Launchers in Ubuntu 12.04.First you need to install gnome-panel package using the following command from your terminal

Code

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


Create new launcher

Open the terminal and run the following command

Code

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

This will open create laucher dialog box here you can give a suitable name for the launcher.In the Command field , type in the command to launch the application Then, click OK to create the desktop launcher.

Example

We will create nautilus launcher open the terminal and run the following command

Code

gnome-desktop-item-edit ~/Desktop/ --create-new
This will open create laucher dialog box here you can give a suitable name for the launcher and in the command field enter nautilus and click OK

   

You can see it will create shortcut on desktop

   

If you want to add to launcher just Drag it on to launcher

Tidak ada komentar:

Posting Komentar