kwallet asks for password again after login – with kwallet-pam installed
Hi all,
until recently, kwallet worked fine in combination with kwallet-pam: I logged in, and the wallet was unlocked automatically.
Apparently, with some update, it now stopped working: After I login, I have to enter my password so that kwallet in unlocked.
I looked in /etc/pam.d/sddm. There, we have
...
-auth optional pam_kwallet5.so
...
-session optional pam_kwallet5.so auto_start
...
(I never changed anything there)
Also removing the minuses at the pam_kwallet5.so lines doesn't change the behavior: I'm asked to enter a password after logging in. I also tried to delete my wallet and re-create it. Didn't help either.
What happened here? Thanks for all help!
EDIT: Okay, the dashes at the front only suppress logging if the respective module is not present. So this of course changes nothing … I also tried to "force-reset" kwallet by doing rm -rf ~/.local/share/kwalletd/* ~/.config/kwalletrc and starting over new – same. Kwallet-pam seems to be out of order.