https://bugs.kde.org/show_bug.cgi?id=523033
--- Comment #2 from [email protected] --- I tried it but it isn't working. Can you help verify whether I did it right? In the arch wiki, it asks me to put pam_systemd_loadkey.so right above auth optional pam_kwallet5.so but i dont see it in mine. so i put it right below postlogin as you can see instead (see below). The second problem I ran into is that there was no folder /etc/systemd/system/plasmalogin.service.d/ so I had to create it separately for the keyringmode.conf. I hope that wasn't an issue tho. --- #%PAM-1.0 auth required pam_env.so auth required pam_permit.so auth include postlogin -auth optional pam_systemd_loadkey.so account required pam_nologin.so account include system-auth password include system-auth session required pam_selinux.so close session required pam_loginuid.so session required pam_selinux.so open session optional pam_keyinit.so force revoke session required pam_namespace.so session include system-auth -session optional pam_gnome_keyring.so auto_start -session optional pam_kwallet5.so auto_start -session optional pam_kwallet.so auto_start session include postlogin -- You are receiving this mail because: You are watching all bug changes.
