How to disable keyring password storage for chrome

I tried a lot of different suggestions to avoid being asked for the password to unlock the login keyring after starting chrome, but none of them worked or caused the keyring to be left with no password, but finally I found a working solution which is also very simple to enable and doesn’t involve blank passwords. Just start chrome with the following argument:
–password-store=basic
(for instance the command: google-chrome-stable --password-store=basic)
and it won’t attempt to store passwords in the keyring, so the password prompt to unlock it won’t appear any more.

4 Likes

where is it that i use the command: --password-store=basic ?

edit// Figured it out, thanks !