I tried to drag the Google Chrome icon onto my desktop. This didn't work. How can I put a shortcut to Chrome on the desktop?
64 Answers
This worked for me on Ubuntu 17.10. Please modify the path as necessary.
cp /usr/share/applications/chromium-browser.desktop /home/<username>/Desktop/and then
chmod 750 /home/<username>/Desktop/chromium-browser.desktop All I did was, go to
/home/otiswong/.local/share/applications/chrome-nmmhkkegccagdldgiimedpiccmgmieda-Default.desktop
and copy and paste it into the desktop
You have to basically follow the steps described by google:
- click menu -> more tools -> create shortcut
- your tab will close and shortcut will be put on desktop
- RIGHT-CLICK the shortcut, and click "Allow Launching"
it should update icon and should work.
Create a desktop application launcher as explained in answers to this question.
Then right click on launcher and select Properties. Under the Basic tab enter google-chrome (verify this command by entering it in terminal) as command and close the properties. That's all.