Comment 12 for bug 680910

Revision history for this message
Tibor (tiboriuss) wrote :

Hello People.. i love Popper.. its easy but there are a bunch of options.
Sry for my bad english, im german.

I found a quick and dirty workaround. You need to have pam_keyring installed (default in Ubuntu). And the Keyrings Password has to be the same as your login Passwort.

For installing pam_keyring just type:

$sudo apt-get install libpam-keyring

in Terminal. After you done this open: "/etc/pam.d/gdm" as root and put the following lines to the end:
"auth optional pam_keyring.so try_first_pass"
"session optional pam_keyring.so"

Then restart and look if it works.
For better understanding feel free to take the text and edit it. Just give me some Credits ;)