I read through all the related answers, but they do not apply to Ubuntu 14.04.
I have no .gnome2 folder and no Passwords and Encryption keys item in the system settings. I tried to crawl through every possible menu, but I could not find out how to do it.
The popup usually pops out when I start Chromium.
Fire up "User Accounts", set "automatic login" to "off". At startup you will be asked your user/password only once; popups like "unlock keyring" will never pester you again.
This is for 14.04
About the Chrome and the keyrings
This problem occurs because Chrome wants to store usernames/passwords in the keyring (so they are encrypted). Therefore, every time you open Chrome, it tries to unlock the keyring.
Please note that, in Linux, Chrome can use different keyring types for the passwords you store in the browser:
$HOME/.config/chromium/Default/Login Data
). There, the passwords are unencrypted.To disable the “unlock your keyring” popup permanently, you may (1) instruct Chrome to avoid the desktop keyrings or (2) create a desktop keyring or modify the default one using Seahorse (for GNOME) or KDE Wallet Manager (for KDE).
Instructing Chrome to avoid the keyring
To run Chrome without using the keyring, you may use the option
--password-store=basic
:Modifying the Chrome launcher (icon) to avoid the keyring
Considering that you usually run Chrome doing a doble-click on an icon, you must change the command for the icons you use to include the additional option to run chrome in this way all the time. You may edit (1) the global launcher in the
/usr/share/applications/google-chrome.desktop
folder or (2) the personal launcher file located in the~/.local/share/applications/
directory.Edit the launcher file. For instance, using
gedit
Modify the
Exec=
line to include the--password-store=basic
optionJust remove it's file as a charm:
It started popping up (after every logout) ever since I logged-in with new password.
In my case possword had been changed during my medical leave and once I came back, I changed the new password to my old login password (I remember that easily). It ended.
I changed my password using:
gave changed password for
sudo
, the current login and then new password (my old password, typed twice).Shut-down.
And it did not come again!
Just remove / turn off your online accounts when not needed. I had the same problem and I solved this by removing my online account.
I know this question is rather old, but for me the cause was WiFi networks. The configuration utility for NetworkManager (right-click on
nm-applet
and choose "Edit Connections...") offers two ways to save a WiFi password - one is to use a keyring and the other is to save it internally. I had switched from using a keyring to saving it internally because I preferred the convenience of the latter method, however the password was still saved in the keyring which then wanted unlocking.