Google Chrome tidak akan mulai setelah mengubah nama host

11

Saya mencoba memulai google chrome di terminal beberapa kali, dan saya terus menerima pesan berikut:

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

Ada saran?

Terima kasih sebelumnya.

pengguna254473
sumber

Jawaban:

22

Ini terlihat seperti bug Chrome # 367048 - Tidak dapat memulai chrome setelah mengubah nama host , coba:

rm -rf ~/.config/google-chrome/Singleton*
bain
sumber
Ini membantu saya keluar setelah kesalahan yang sama, semua setelah perubahan nama host dari workstation tempat ini terjadi.
Dmitri DB
1
Pada Raspbian:rm -rf ~/.config/chromium/Singleton*
emc
Menggunakan Ubuntu dengan profil temp / non-pengguna:rm -rf /tmp/.config/chromium/Singleton*
Wimateeka