Google Chrome ne démarre pas après avoir changé le nom d'hôte


11

J'ai essayé de démarrer Google Chrome dans le terminal plusieurs fois et je reçois toujours le message suivant:

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

Aucune suggestion?

Merci d'avance.


Réponses:


22

Cela ressemble au bogue Chrome # 367048 - Impossible de démarrer Chrome après avoir changé le nom d'hôte , essayez:

rm -rf ~/.config/google-chrome/Singleton*

Cela m'a aidé après la même erreur, tout cela après un changement du nom d'hôte du poste de travail sur lequel cela se produisait.
Dmitri DB

1
Sur Raspbian:rm -rf ~/.config/chromium/Singleton*
emc

Utilisation d'Ubuntu avec un profil temporaire / non utilisateur:rm -rf /tmp/.config/chromium/Singleton*
Wimateeka
En utilisant notre site, vous reconnaissez avoir lu et compris notre politique liée aux cookies et notre politique de confidentialité.
Licensed under cc by-sa 3.0 with attribution required.