17

I am running 14.04 with latest update 3.13.0-30-generic. After restarting post update I found that Google Chrome is not launching. I am able to launch Google-Chrome from command line but if I close the terminal window the chrome window closes too! A new icon appeared in launcher so I locked into launcher but after closing the terminal window (the one used to launch Chrome), the icon does not relaunch chrome.

I also found that the incorrect app name appear up in the menu "SecuStore" instead of "Google Chrome"

DiGwork
  • 181

5 Answers5

21

I was able to fix this by deleting all files in /home/USERNAME/.config/google-chrome/ which forces Google Chrome to regenerate all configuration and profile files. You should be able to do this with a single command:

rm ~/.config/google-chrome/*

Keep in mind that this will delete all of your bookmarks and settings. So (hopefully!) you have them synced with your Google account or backup somehow.

You can change folder's owner.. it worked for me sudo chown username ~/.config/google-chrome/... Good luck.

Alex
  • 224
15

I had the same issue when I run google-chrome from terminal,

I found that it needed a new version of NSS: Chrome 62 need NSS>=3.26. So I installed libnss3.

$google-chrome

[6999:7036:1113/200616.549496:FATAL:nss_util.cc(632)] NSS_VersionCheck("3.26") failed. NSS >= 3.26 is required. Please upgrade to the latest NSS, and if you still get this error, contact your distribution maintainer.
Aborted (core dumped)

sudo apt-get install --reinstall libnss3

and it started working.

d a i s y
  • 5,551
3

I could not get Chrome to start if I downloaded the installer from Google's website. But, I found that if I used the terminal command sudo apt-get install google-chrome-stable it installed and worked.

Fabby
  • 35,017
0

You also may have to show hidden files and go to .config. For me, the rights to the google-chrome directory in there got set to root so I had no rights for google-chrome to create directories as needed. Change the owner to your login, folder access to Create and Delete files, group to your login, and access files as folder access for group and Other.

I used nemo (in LinuxMint) with elevated privileges to do this. It can be done with the command prompt commands but I'm not to familiar with them yet.

After this change google-chrome now runs.

Hope this helps.

Don G
  • 1
0

Here we are in 2017. Things have changed some.

I just had this happen and fixed it today. And yes, it says Chromium.

After trying the usual remedies I found all over the web such as navigating into various local directories and clearing out files, etc., it still wouldn't work.

I couldn't even uninstall it and try a reinstall because I didn't know the package name.

So here is what worked:

Go into the Ubuntu Software Center (Press the Windows key and type "soft" and it will find it)

Search for Chromium - It found it when I typed just "chro"

I told it to uninstall it. Took just a minute or two.

Once uninstalled, I rebooted.

Then I went back into the Ubuntu Software Center, searched for it again then told it to install it.

It did so.

And it worked.

Then when I logged it back into Google (from the Settings menu) it restored my extensions and bookmarks and everything. (The former Chromium wouldn't connect to Chrome settings but they have updated it so it works fine now)

Now it is acting normal.

SDsolar
  • 3,219