Google Chrome no se iniciará después de cambiar el nombre de host

11

Traté de iniciar Google Chrome en la terminal varias veces, y sigo recibiendo el siguiente mensaje:

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

¿Alguna sugerencia?

Gracias por adelantado.

usuario254473
fuente
posible duplicado del perfil
bain

Respuestas:

22

Esto parece un error de Chrome # 367048 - No se puede iniciar Chrome después de cambiar el nombre de host , intente:

rm -rf ~/.config/google-chrome/Singleton*
baño
fuente
Esto me ayudó después del mismo error, todo después de un cambio del nombre de host de la estación de trabajo en la que esto estaba sucediendo.
Dmitri DB
1
En Raspbian:rm -rf ~/.config/chromium/Singleton*
emc
Uso de Ubuntu con perfil temporal / no usuario:rm -rf /tmp/.config/chromium/Singleton*
Wimateeka