Google Chrome not starting

92,636

Solution 1

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.

Solution 2

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.

Solution 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.

Share:
92,636

Related videos on Youtube

DiGwork
Author by

DiGwork

I am an !nnovator I love gadgets and software. To my clients, friends and family I am kind of their go to Tech Guru. My passion is adapting vanguard technology to solve problems, especially open source technology. I would love to see a world where services and products are exchanged without banks and market manipulators stripping the value out of the system. I am fully impressed with the amazing community around Linux and how helpful everyone is. I can just hope that I will in time be able to help out as often as others have stepped in to assist me on my path to Linux enlightenment. Thanks guys!

Updated on September 18, 2022

Comments

  • DiGwork
    DiGwork over 1 year

    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
      DiGwork almost 10 years
      OK solved:</p> 1) Open you file browser ("Files" in the launcher)</p> 2) Then go up to "edit" in the top of screen menu bar and select preferences.</p> 3) Then tick "Show hidden and backup files"</p> 4) Go back to your file browser and scroll down to ".local" and open the folder.</p> 5) Then open "share" folder.</p> 6) Open "applications" folder.</p> 7) Select every folder with chrome in it's name and trash (empty trash)</p> 8) Open the launcher "Search your computer and online sources" App in the launcher and search for Google Chrome and launch... </p> ...problem solved!
    • David Foerster
      David Foerster over 9 years
      Please don't add answers as comments. You can post answers to your own questions and delete your own comments, if you feel they're obsolete.
    • SDsolar
      SDsolar almost 7 years
      Ctrl-H is an easier way to make it show hidden files.
    • SDsolar
      SDsolar almost 7 years
      Drat. I found the file but it still gives me the spinner then just quits.
  • SDsolar
    SDsolar almost 7 years
    Nope. Same result. Spinner but no start.
  • SDsolar
    SDsolar almost 7 years
    Here it is 2017 and that is not found, nor any other variation I tried.
  • Kshitij Soni
    Kshitij Soni almost 7 years
    sudo apt-get install google-chrome-stable is worked for me in 2017 .thanks
  • x-code
    x-code over 6 years
    cool... this doesn't deletes my bookmark.. this should be the correct answer, since bookmarks are crucial (which I have tons)...
  • Tabish
    Tabish over 6 years
    Awesome. This work for me. I had issue with chrome 63 and latest chromium browser with Ubuntu 14. It resolved for both the browsers.
  • Onik
    Onik about 6 years
    Admire your effort!
  • JRulz
    JRulz almost 6 years
    Had the same issue, when I click Google Chrome it will appear and disappear quickly. Reinstalling libnss3 solved the problem for me. Thank you very much.
  • Sisir
    Sisir over 5 years
    @SDsolar use sudo rm -rf ~/.config/google-chrome/* It will delete all files and folders under google-chrome folder