ChromeとChromiumの読み込みに時間がかかる


20

私はUbuntu 16.04.2を使用していますが、今日ではGoogle 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)に戻りました。

再起動後、「サインイン時にキーリングがロック解除されませんでした」というメッセージが表示され、パスワードを入力する必要がありました。私は、次のことで、それを処分した私は、ブート時に「デフォルト」キーリングのロックを解除するように求めるメッセージが表示されて停止するにはどうすればよいですか?


これにより、「サインイン時にキーリングがロック解除されなかった」というメッセージが表示され、ユーザーパスワードの入力が求められましたか?
MrMesees

1
はい。私はこれらの指示に従うことによってそれを処分した:askubuntu.com/questions/867/...
フィリペ・ディアス

1
キーリングパスワードをクリアすることは、許容できる解決策でも回避策でもありません。
Laurent

2
実はこの答えは、きれいに問題を解決する助け
アンワル

Debian JessieのTigerVNC:1での最悪の症状を解決するgnome-keyring-daemonを開始すると、libsecretと「GNOME keyring」をタイムアウトし、パスワードストレージ用の「基本(暗号化されていない)」ストアに戻したにもかかわらず、Chromeがまったく起動しません"、-enable-logging = stderrごと。
マーティンドレイ
弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.