Meu amigo Xerath . Como todos sabemos - todo o Linux OS é um SDK e tudo é um arquivo. Em tal sistema - a maioria de nós gosta de ser profissionais. Então, aqui está uma explicação mais profissional sobre como colocar um atalho no local da área de trabalho:
1. Open terminal (xterm, konsole or whichever terminal you use)
2. Change the directory to your Desktop place:
~$ cd ~/Desktop
3. Use your favourite editor (for me it is vim) and type:
~$ vim chrome-browser.desktop
Put a content like this:
[Desktop Entry] Comment[en_US]=This is my best browser Comment=This is my best browser Exec=/usr/bin/google-chrome GenericName[en_US]=Chrome GenericName=Chrome Icon=google-chrome MimeType= Name[en_US]=Google Chrome Name=Google Chrome Path=/tmp/ StartupNotify=true Terminal=false TerminalOptions= Type=Application
Save, give right permissions and... launch! Should work without any problems.