Here a little procedure to create a desktop launcher:
1. Install gnome-panel package using the following command from your terminal
1 sudo apt-get install --no-install-recommends gnome-panel
Create new launcher:
2. open the terminal and run the following command
1 gnome-desktop-item-edit ~/Desktop/ --create-new
(font: http://www.ubuntugeek.com/)