8

I'm running Ubuntu 14.04 and Chrome seems to have broken with no way out.

I was fiddling with the command line flags, and I activated something that I did not want. I disabled it and restarted the browser, but then the following behavior commenced:

I would click on the "Google Chrome" icon in the Unity launcher, but even though it was there, another Chrome icon would pop up at the bottom of the launcher (the behavior of non-pinned running programs icons). Not only that, but the second icon would not have the proper right click menu, and also it's "name" (when hovering over the icon) is the tab that I had opened when things broke in the first place! Here's a screenshot illustrating this behavior:

Why would it do this to me!?

Look at the menu bar title and the icon title on the launcher, and note that there is already a chrome icon pinned.

How do I fix it? This is something that really bugs me and would even merit a reinstall.

I have already tried apt-get purgeing it, as well as deleting the ~/.config/google-chrome folders. Nothing changed it.

Thanks

Aristides
  • 437
  • 1
  • 5
  • 15
  • Same problem here. For me, it happened after looking at go documentation in the browser using something like godoc -http=:6060 (I think) – panmari Jul 10 '14 at 11:10
  • 1
  • I suggest you file a bug report against google chrome. As it is third party application you will have to file with google. You can also try their forums - https://productforums.google.com/forum/#!categories/chrome – Panther Jul 25 '14 at 16:54
  • Does moving your chrome configuration help? (meaning that any settings you did set should be moved) - You can do this by running mv ~/.config/google-chrome ~/.config/google-chrome-backup. – Wilf Jul 25 '14 at 17:11
  • Hey man. I have also solved the problem with Steve W's answer. But have you been able to figure out the reason of this problem? – SarpSTA Feb 21 '16 at 21:17

2 Answers2

8

I searched a little further and found THIS topic and after following the instructions to remove the .Desktop file it has reset back to the original right-click menu.

Ubuntu 14.04 / Chrome-stable

Steve W
  • 96
  • 2
  • 2
    The problem seems to be that there are two .desktop files for chrome, one in /usr/share/applications/google-chrome.desktop, the other in ~/.local/share/applications/google-chrome-stable.desktop. Removing the latter fixed the problem for me. – panmari Jul 25 '14 at 14:17
  • Thanks, resolved problem with icon title. If you have similar problem with chromium, the file is ~/.local/share/applications/chromium-browser.desktop. – PeterM Jan 20 '16 at 15:25
1

Chrome dock icon looks blurry and low resolution

This answer may help you solve this problem,although it seems that it is an answer for another problem. I have the same problem like you and this help me solve it.

Sorry, I didn't learn English well:(

Jack W
  • 11
  • 1
  • I ended up switching to using the google-chrome-beta package so it works now, although I am now using the beta version of chrome :P – Aristides Jul 01 '14 at 02:50
  • My problem appeared when I click restart buttom after I changed chrome flags.I don't know why...This both happened on elementary os and ubuntu official edition. – Jack W Jul 02 '14 at 13:26
  • This worked for me, though the 'fake-entry' still remains in unity and can be found via dash search. – panmari Jul 10 '14 at 11:15