Unlock keyring immediately on login
LinuxI use the NetworkManager applet to manage my network connections on my Ubuntu laptop and the gnome-keyring-daemon to store my network passwords/keys. One thing that is a little annoying, is that once you login to your system, you have to unlock your keyring (if you are attempting to join a secure network).
I finally found way to get past this!
(NOTE: This fix requires your user password, and your keyring password be the same.)
First... sudo apt-get install libpam-keyring
Then, simply add one line to your /etc/pam.d/gdm
sudo vim /etc/pam.d/gdm
and add
@include common-pamkeyring
to the end of the file and save.





Loading....