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 และ. แคช

ฉันจะแก้ไขสิ่งนี้ได้อย่างไร


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 กลับไปเป็นปกติ ( แหล่งที่มา )

หลังจากรีบูตเครื่องฉันได้รับข้อความนี้ "พวงกุญแจไม่ได้ปลดล็อคเมื่อลงชื่อเข้าใช้" และต้องพิมพ์รหัสผ่านของฉัน ฉันกำจัดมันโดยทำตามฉันจะหยุดได้รับแจ้งให้ปลดล็อค 'เริ่มต้น' พวงกุญแจในการบูตได้อย่างไร


นี่เป็นข้อความ "พวงกุญแจไม่ได้ปลดล็อคเมื่อลงชื่อเข้าใช้" หรือไม่และแจ้งให้คุณใส่รหัสผ่าน?
MrMesees

1
ใช่. ฉันกำจัดมันโดยทำตามคำแนะนำเหล่านี้: askubuntu.com/questions/867/…
Filipe Dias

1
การล้างรหัสผ่านของพวงกุญแจไม่สามารถเป็นทางออกที่ยอมรับได้และไม่สามารถแก้ไขปัญหาได้
Laurent

2
จริงคำตอบนี้ช่วยแก้ไขปัญหาได้อย่างสะอาด
Anwar

การเริ่มต้น gnome-keyring-daemon แก้อาการแย่ลงของฉันบน TigerVNC: 1 ของ Debian Jessie: Chrome จะไม่เริ่มเลยแม้หลังจากที่ถูกกล่าวหาว่าหมดเวลา libsecret และ "พวงกุญแจ GNOME" และย้อนกลับไปที่ "ร้านค้าพื้นฐาน (ไม่เข้ารหัส) สำหรับการจัดเก็บรหัสผ่าน ", ต่อ --enable-logging = stderr
Martin Dorey
โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.