chrome 不保存我的密码

gbo*_*ffi 7 password debian chrome

当我必须登录某个站点时,Chrome 过去常常为我提供许多可能的用户名,然后提供与我选择的用户关联的密码(前提是我之前保存了用户密码关联)。

现在 Chrome 仍然提供正确的可能用户,但没有提供密码,我必须输入密码(如果我记得的话,那就是密码重置),并且在成功登录后,Chrome 请求保存密码的权限。当然,我给予了许可,但是下次我登录时又不会记住密码。

如果我打开Settings->Passwords屏幕,我会看到(相当于)

提供保存密码 [是]
自动登录 [是]

及以下

保存的密码
    保存的密码将显示在此处

也就是说,没有真正保存密码。

最后考虑,同一个页面允许View and manage saved passwords in your Google Account,如果我去那里,我可以看到我所有的网站、我的用户和我的密码,除了重要的例外!其中一些密码已经过时。

我使用的是 Debian Sid,ChromeVersion 76.0.3809.132 (Official Build) (64-bit) 来自 Google 官方.deb

我该怎么做才能解决这个烦人的问题?

更新

这是我从 shell 启动 Chrome 时得到的结果

$ google-chrome
[18891:18891:0906/221132.855189:ERROR:sandbox_linux.cc(369)] InitializeSandbox() called with multiple threads in process gpu-process.
[18856:18990:0906/221136.514201:ERROR:object_proxy.cc(619)] Failed to call method: org.freedesktop.Notifications.GetCapabilities: object_path= /org/freedesktop/Notifications: org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Notifications was not provided by any .service files
[18891:18891:0906/221143.906640:ERROR:buffer_manager.cc(488)] [.DisplayCompositor]GL ERROR :GL_INVALID_OPERATION : glBufferData: <- error from previous GL command
[18856:18996:0906/221151.512723:ERROR:password_syncable_service.cc(191)] Passwords datatype error was encountered: Failed to get passwords from store.
Run Code Online (Sandbox Code Playgroud)

特别是,Passwords datatype error was encountered: Failed to get passwords from store.似乎与我的问题有关。

Ken*_*n H 13

有时,几个登录文件会损坏,并阻止 google-chrome 保存密码。

要修复它,请关闭 google-chrome。终端到以下目录并删除两个文件,Login Data 和Login Data-journal。

cd ~/.config/google-chrome/Default
rm 'Login Data'
rm 'Login Data-journal'
Run Code Online (Sandbox Code Playgroud)

现在打开 Chrome 和 URL 到“Chrome://settings/passwords”,看看密码是否在“Saved Passwords...”下返回。尝试保存密码并检查上面的密码 URL 以查看它现在是否正在保存。