8

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?

vidarlo
  • 23,497
Ots Wng
  • 139

4 Answers4

5

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
Zanna
  • 72,312
Legolas
  • 1,703
3

You have to basically follow the steps described by google:

  1. click menu -> more tools -> create shortcut
  2. your tab will close and shortcut will be put on desktop
  3. RIGHT-CLICK the shortcut, and click "Allow Launching"

it should update icon and should work.

2

All I did was, go to

/home/otiswong/.local/share/applications/chrome-nmmhkkegccagdldgiimedpiccmgmieda-Default.desktop

and copy and paste it into the desktop

0

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.

Zanna
  • 72,312
minion91
  • 559