Comment 5 for bug 1241972

Revision history for this message
xxvirusxx (condor20-05) wrote : Re: Drag and drop from Dash to Desktop doesn't work on Ubuntu 13.10

This bug also exist on 14.04 beta1.

An easy solution to make shortcut is copy

[code]sudo cp /usr/share/applications/application.desktop /home/username/Desktop
sudo chmod +x /home/username/Desktop/application.desktop
sudo chown username:username /home/username/Desktop/application.desktop[/code]