7

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
  • 22,691
Ots Wng
  • 119
  • 2
    Please [edit] your question and add more info, for example Ubuntu flavour and version etc. – pomsky Nov 11 '17 at 16:44
  • 1
    .... and, what do you mean by "adding to the desktop".... ? Also, this /may/ help.... https://askubuntu.com/a/854379/683272 – Piloti Nov 11 '17 at 16:44
  • I Mean By Putting On The Desktop. SORRY – Ots Wng Nov 11 '17 at 16:47
  • 1
    Please answer Posmky's question. It is very relevant. –  Nov 11 '17 at 16:49
  • To start with, which version of Linux have you installed  (Ubuntu server, Ubuntu desktop, Kubuntu, Lubuntu, Xubuntu, Ubuntu MATE, et al.) , and which release number? Are you using virtualization, and if so, which package? Please click [edit] and add that vital information to your question so all the facts we need are in the question. Please do not use Add Comment. – K7AAY Mar 11 '20 at 18:18

4 Answers4

4

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
  • 70,465
Legolas
  • 1,693
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

YoureSOStubborn
  • 372
  • 1
  • 2
  • 16
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
  • 70,465
minion91
  • 539
  • 1
  • 5
  • 17