Ubuntu – Google Chrome won’t start

crashgoogle-chrome

When I try to start Google Chrome, it starts but it's just open for like 2-4 sec and then it's closing again..

When I try to start it from Terminal, i get this message?

ATTENTION: default value of option force_s3tc_enable overridden by environment.
[8820:8820:0405/095558:ERROR:background_mode_manager_aura.cc(14)] Not implemented reached in virtual void BackgroundModeManager::EnableLaunchOnStartup(bool)
Minnesegmentsfeil (core dumped)

I'm not new to Ubuntu, but new to problems like this… Somebody who can help me?

Best Answer

You can try to re-install chrome like this for 64bit

sudo apt-get purge google-chrome

sudo apt-get install libxss1 libappindicator1 libindicator7
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo dpkg -i google-chrome*.deb

OR 32bit

sudo apt-get install libxss1 libappindicator1 libindicator7
wget https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb
sudo dpkg -i google-chrome*.deb

This will also install a PPA to stay up to date.