O Chrome e o Chromium estão demorando muito para carregar


20

Estou no Ubuntu 16.04.2 e hoje o Google Chrome e o Chromium começaram a demorar muito tempo para carregar. Uma vez abertos, eles congelam com freqüência.

Carreguei o Chrome na linha de comando e recebi esta mensagem:

$ 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

Carregar cromo a partir da linha de comando retorna isso:

$ 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

Eu já removi completamente o chrome / chromium, excluí as respectivas pastas em .config e .cache

Como posso consertar isso?


2
Publiquei o seguinte bug para este problema. Por favor, adicione quaisquer informações e / ou marcá-lo como afetando assim: bugs.launchpad.net/ubuntu/+source/gnome-keyring/+bug/1689825
Mike Rushton

Respostas:


10

Resolvido isso, criando este arquivo ~/.config/autostart/gnome-keyring-daemon.desktopcom o seguinte conteúdo:

[Desktop Entry]
Type=Application
Exec=/usr/bin/gnome-keyring-daemon
Hidden=false
NoDisplay=false
X-GNOME-Autostart-enabled=true
Name[en_US]=Gnome Keyring Daemon
Name=Gnome Keyring Daemon
Comment[en_US]=Load gnome keyring daemon
Comment=Load gnome keyring daemon

Então eu reiniciei e o Chrome / Chromium voltou ao normal ( fonte ).

Após a reinicialização, recebi a mensagem "o chaveiro não foi desbloqueado ao entrar" e tive que digitar minha senha. Eu me livrei disso seguindo Como posso parar de ser solicitado a desbloquear o chaveiro 'padrão' na inicialização?


Isso deu a você a mensagem "chaveiro não foi desbloqueado ao entrar" e solicitou a senha do usuário?
MrMesees

1
Sim. Eu me livrei dele, seguindo estas instruções: askubuntu.com/questions/867/...
Filipe Dias

1
Limpar a senha chaveiro não pode ser uma solução aceitável nem solução alternativa
Laurent

2
Na verdade, esta resposta ajudou a resolver o problema de forma limpa
Anwar

Iniciar o gnome-keyring-daemon resolvendo meu pior sintoma em um TigerVNC: 1 do Debian Jessie: O Chrome não iniciaria mesmo, mesmo depois de supostamente expirar o libsecret e o "chave do GNOME" e reverter para o armazenamento "básico (não criptografado) para armazenamento de senha ", por --enable-logging = stderr.
Martin Dorey
Ao utilizar nosso site, você reconhece que leu e compreendeu nossa Política de Cookies e nossa Política de Privacidade.
Licensed under cc by-sa 3.0 with attribution required.