Chrome 및 Chromium을로드하는 데 시간이 오래 걸림


20

Ubuntu 16.04.2에 있으며 현재 Chrome 및 Chromium을로드하는 데 오랜 시간이 걸렸습니다. 일단 열면 자주 얼어 붙습니다.

커맨드 라인에서 Chrome을로드 하고이 메시지가 나타납니다.

$ 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

명령 행에서 크롬을로드하면 다음이 반환됩니다.

$ 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

이미 크롬 / 크롬을 완전히 제거하고 .config 및 .cache에서 해당 폴더를 삭제했습니다.

이 문제를 어떻게 해결할 수 있습니까?


2
이 문제에 대해 다음 버그를 게시했습니다. 관련 정보를 추가하거나 귀하에게 영향을주는 것으로 표시하십시오 : bugs.launchpad.net/ubuntu/+source/gnome-keyring/+bug/1689825
Mike Rushton

답변:


10

~/.config/autostart/gnome-keyring-daemon.desktop다음 내용 으로이 파일 을 작성하여이를 해결했습니다 .

[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

그런 다음 재부팅하고 Chrome / Chromium이 정상으로 돌아갔습니다 ( source ).

다시 부팅 한 후 "로그인시 키링이 잠금 해제되지 않았습니다"라는 메시지가 계속 표시되고 비밀번호를 입력해야했습니다. 내가 따라 그것을 제거있어 I가 '기본'부팅 열쇠 고리의 잠금을 해제하라는 메시지가 표시되는 것을 중지 할 수 있습니까?


"로그인 할 때 키링이 잠금 해제되지 않았습니다"라는 메시지와 사용자 암호를 묻는 메시지가 표시 되었습니까?
MrMesees

1
예. : 나는이 지침에 따라 그것을 제거있어 askubuntu.com/questions/867/...
필리프 디아스

1
키링 암호를 지우는 것은 수용 할 수있는 해결책이 아니며 해결책도 아닙니다.
Laurent

2
실제로이 답변 은 문제를 깨끗하게 해결하는 데 도움 되었습니다
Anwar

Debian Jessie의 TigerVNC : 1에서 더 나쁜 증상을 해결하는 그놈 키링 데몬 시작 : libsecret과 "GNOME 키링"의 시간이 초과되고 암호 저장을 위해 "기본 (암호화되지 않은) 저장소로 되돌아 간 후에도 Chrome이 전혀 시작되지 않습니다. ", --enable-logging = stderr에 따라
Martin Dorey 2016 년
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.