How to put Chrome shortcut on Desktop?

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?

6

4 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:

  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.

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.

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like