Google Chrome nie uruchomi się po zmianie nazwy hosta

11

Próbowałem uruchomić Google Chrome kilka razy w terminalu i wciąż otrzymuję następujący komunikat:

... :ERROR:process_singleton_linux.cc(309)] The profile appears to be in use by another Google Chrome process (8629) on another computer ("previous name of the computer").  Chrome has locked the profile so that it doesn't get corrupted.  If you are sure no other processes are using this profile, you can unlock the profile and relaunch Chrome.
... :ERROR:simple_message_box_views.cc(208)] Unable to show a dialog outside the UI thread message loop: Google Chrome - The profile appears to be in use by another Google Chrome process (8629) on another computer ("previous name of the computer").  Chrome has locked the profile so that it doesn't get corrupted.  If you are sure no other processes are using this profile, you can unlock the profile and relaunch Chrome.

Jakieś sugestie?

Z góry dziękuję.

użytkownik254473
źródło

Odpowiedzi:

22

Wygląda to na błąd Chrome # 367048 - Nie można uruchomić Chrome po zmianie nazwy hosta , spróbuj:

rm -rf ~/.config/google-chrome/Singleton*
bain
źródło
Pomogło mi to po tym samym błędzie, wszystko po zmianie nazwy hosta stacji roboczej, na której to się działo.
Dmitri DB
1
Na Raspbian:rm -rf ~/.config/chromium/Singleton*
EMC
Używanie Ubuntu z profilem temp / non-user:rm -rf /tmp/.config/chromium/Singleton*
Wimateeka