1

I have tried to make google chrome run as root using this tutorial but now simply Google Chrome won't start.

If I try from terminal with google-chrome I get:

root@ubuntu:~# google-chrome 
Segmentation fault (core dumped)

If I try to uninstall from the software center, it simply hangs when I click on installed software. I tried apt-get purge but with no success. What do you suggest?

user unknown
  • 6,892

4 Answers4

6

Run the following command as root: apt-get purge google-chrome-stable.

Eric Carvalho
  • 55,453
1

Go to /usr/bin, edit google-chrome. I did it with Kate.

At the end of exec -a "$0" "$HERE/chrome" "$@", add --user-data-dir, so it looks like this: exec -a "$0" "$HERE/chrome" "$@" --user-data-dir.

Eric Carvalho
  • 55,453
0

Kill chrome in system monitor and then try removing it.

Arup Roy Chowdhury
  • 1,580
  • 9
  • 12
0

You can kill Chrome from the System Monitor: Launch it from the Unity ta sk bar (it's just called "System Monitor") or launch it from the terminal with gnome-system-monitor -- you'll see all running processes under the "Processes" tab. You might have a few "Chrome" processes running (I had four just now) -- select the processes called chrome and use the "End Process" button to kill them.

vusan
  • 477
Amanda
  • 9,723