5

The system in question is autologged in, so to prevent Google Chrome from popping up the Seahorse dialog box, I changed the shortcut to provide the --password-store=basic option per this fine q&a: Chrome asks for password to unlock keyring on startup

This has worked for years, but it no longer works, starting with Chrome version 131.0.6778.69

Is there a new workaround?

2 Answers2

2

One solution would be to set the --password-store=gnome Option instead, it will tell Chrome that it has to use the gnome Keyring without prompting for a password.

Saxtheowl
  • 2,394
  • 2
  • 12
  • 22
1

Start normally as before or with --password-store=basic,
but delete the directory ~/.local/share/keyrings/.

zx485
  • 2,865
MMM
  • 39