Ubuntu – Chrome won’t start from the launcher

13.10google-chromelauncher

I have Ubuntu 13.10 64-bit and chrome 64-bit.

I can start chrome from the command line with google-chrome-stable and lock it to the launcher, but when I try to launch chrome from the launcher nothing happens.

What do I have to do to make chrome working with the launcher?

Best Answer

You probably have an old version, or a version with an error, of the .desktop file in ~/.local/share/applications. The "reading priority" of the launcher is:

  1. the local directory for desktop files in in ~/.local/share/applications,
  2. the global directory for desktop files in /usr/share/applications.

That means that if you start the application from the "right" (global) .desktop file, the launcher will check for a local version of the .desktop file on the next occasion and use the contents of that file.

You will have to remove the local .desktop file, log out and in, and lock the icon to the launcher again.

Related Question