Estoy en Ubuntu 16.04.2 y hoy Google Chrome y Chromium comenzaron a tardar mucho en cargarse. Una vez abiertos, se congelan con frecuencia.
Cargué Chrome desde la línea de comando y recibí este mensaje:
$ google-chrome
Gkr-Message: secret service operation failed: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
[8032:8100:0504/165233.258127:ERROR:connection.cc(1954)] Cookie sqlite error 5, errno 0: database is locked, sql: DELETE FROM cookies WHERE persistent != 1
[8032:8070:0504/165235.449471:ERROR:leveldb_database.cc(311)] Failed to open LevelDB database from /home/fd/.config/google-chrome/Default/IndexedDB/https_www.google.pt_0.indexeddb.leveldb,IO error: /home/fd/.config/google-chrome/Default/IndexedDB/https_www.google.pt_0.indexeddb.leveldb/LOCK: No further details. (ChromeMethodBFE: 15::LockFile::1)
[8032:8070:0504/165235.450323:ERROR:indexed_db_backing_store.cc(1403)] Unable to open backing store, not trying to recover - IO error: /home/fd/.config/google-chrome/Default/IndexedDB/https_www.google.pt_0.indexeddb.leveldb/LOCK: No further details. (ChromeMethodBFE: 15::LockFile::1)
Gkr-Message: secret service operation failed: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
[8032:8074:0504/165337.922687:ERROR:connection.cc(1954)] Cookie sqlite error 5, errno 0: database is locked, sql: COMMIT
Cargar cromo desde la línea de comando devuelve esto:
$ chromium-browser
Gkr-Message: secret service operation failed: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
Killed
Ya eliminé completamente el cromo / cromo, eliminé sus respectivas carpetas en .config y .cache
¿Cómo puedo arreglar esto?
16.04
google-chrome
chromium
Filipe Dias
fuente
fuente
Respuestas:
Resolvió esto creando este archivo
~/.config/autostart/gnome-keyring-daemon.desktop
con el siguiente contenido:Luego reinicié y Chrome / Chromium volvió a la normalidad ( fuente ).
Después de reiniciar recibí este mensaje "el llavero no se desbloqueó al iniciar sesión" y tuve que escribir mi contraseña. Lo eliminé siguiendo ¿Cómo puedo dejar de que se me solicite que desbloquee el llavero 'predeterminado' en el arranque?
fuente