autofill passwords takes time to fill the field

under Chrome, if I want to log into any page, I have to wait 15 seconds until Chrome autofills the credential fields. This happens on all sites which have saved passwords, even new passwords saved using Google Chrome!

What's wrong with Chrome? I have no such problem with Firefox on the same computer with even more saves passwords as I've been using firefox for a longer time before the days of Chrome.

I went to chrome://sync-internals/ and no issues there

3

2 Answers

I have been having this issue for a while and I found an answer to a similar questions here that seems to resolve this. In short, copy google-chrome.desktop file to your home folder and edit it to use the 'Basic' password storage setting:

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

Then look for the line that looks like this:

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

And change it to:

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

I also had a number of files in the ~/.local/share/applications/ folder that looked like Chrome-jdj94r5hsfjnfasdfsdfafp-Default.desktop that seemed to have been placed there over time based on the timestamps but I deleted them all.

Saved passwords now show up immediately when the page is loaded.

2

Chrome has fixed the bug and now available as per this bug report

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like