自动填充密码需要时间来填写字段

自动填充密码需要时间来填写字段

在 Chrome 下,如果我想登录任何页面,我必须等待 15 秒,直到 Chrome 自动填充凭据字段。所有已保存密码的网站都会发生这种情况,即使是使用 Google Chrome 保存的新密码也是如此!

Chrome 有什么问题?在同一台电脑上使用 Firefox 时,我没有遇到这样的问题,即使保存了更多密码,因为我在 Chrome 出现之前就已经使用 Firefox 很长时间了。

我去了 chrome://sync-internals/,那里没有问题

答案1

我遇到这个问题已经有一段时间了,我找到了类似问题的答案这里这似乎可以解决这个问题。简而言之,将google-chrome.desktop文件复制到您的主文件夹并编辑它以使用“基本”密码存储设置:

cp /usr/share/applications/google-chrome.desktop ~/.local/share/applications/

然后查找如下行:

Exec=/usr/bin/google-chrome-stable %U

并将其更改为:

Exec=/usr/bin/google-chrome-stable --password-store=basic %U

文件夹中还有一些文件,根据时间戳~/.local/share/applications/,它们看起来Chrome-jdj94r5hsfjnfasdfsdfafp-Default.desktop像是随着时间的推移而放置在那里的,但我把它们全部删除了。

已保存的密码现在会在页面加载时立即显示。

答案2

Chrome 已修复此错误,现在可根据此错误报告使用https://bugs.chromium.org/p/chromium/issues/detail?id=571003

相关内容