Hi
Problem: kwallet does not auto-unlock on boot
My Setting:
- Default EOS install (plasma + sddm)
- wallet uses blowfish encryption and the passwords are all equal: LUKS = user = kwallet (I see no way to check that the LUKS prompt on boot actually uses my swiss keyboard)
- autologin (user in group autologin)
pam_autologin should store the password correctly.
But I do not know how to configure it correctly without my system breaking. Shouldn’t this be the default if autologin is enabled?
# /etc/sddm.conf
[Autologin]
User=lukas
Session=plasma
# /etc/pam.d/login
#%PAM-1.0
auth requisite pam_nologin.so
auth include system-local-login
account include system-local-login
session include system-local-login
password include system-local-login