On 10 September 2016 at 11:38, Paul Smith phhs80@gmail.com wrote:
On Fri, Sep 9, 2016 at 9:10 PM, Paul Smith phhs80@gmail.com wrote:
If by autologin you mean that my computer automatically login the default user after bootup, no, I do not have autologin enabled.
Is the login keyring password the same as your user account password? if so, if they're the same then the keyring should automatically get unlocked when you login IIUC.
You can change the way chrome stores the passwords, have a look at: https://chromium.googlesource.com/chromium/src/+/master/docs/linux_password_...
the --basic option should get rid of the pop-up window to unlock the gnome login keyring, but it would make chrome store the passwords in plain text.... :/
Thanks, Ahmad and Tom. I fixed the problem by removing %U from the command
/usr/bin/google-chrome-stable %U
that was configured in the button that launches Google Chrome.
Unfortunately, this solution does not succeed after a computer reboot...
Any further ideas?
Paul
You never answered the question in my first post, does the login gnome-keyring have the same password as your user account? if so, then it should (IIUC) get unlocked automatically when you login.
Also if you read the link I posted earlier you'll find that to make Chrome not use gnome-keyring you can add: --password-store=basic
to the Exec line in the .desktop file you use to launch Chrome. But bear in mind that this will force Chrome to store your passwords in _plain text format_.