#[SOLVED] KDE wallet wont open automatically
24 messages · Page 1 of 1 (latest)
hey there, this seems to work on my end with the below (basically yours but it looks like the - prefix forces log messages if the module can't load) auth include system-login
-auth optional pam_gnome_keyring.so
-auth optional pam_kwallet5.so
account include system-login
password include system-login
-password optional pam_gnome_keyring.so use_authtok
session optional pam_keyinit.so force revoke
session include system-login
-session optional pam_gnome_keyring.so auto_start
-session optional pam_kwallet5.so auto_start
it ends up logging below to the sddm unit on success
Apr 28 12:18:24 gabes-super-desky sddm-helper[2975]: gkr-pam: stashed password to try later in open session
Apr 28 12:18:24 gabes-super-desky sddm-helper[2975]: pam_kwallet5(sddm:auth): pam_kwallet5: pam_sm_authenticate
Apr 28 12:18:24 gabes-super-desky sddm-helper[2975]: [PAM] returning.
Apr 28 12:18:24 gabes-super-desky sddm[2037]: Authentication for user "gabe" successful
Apr 28 12:18:24 gabes-super-desky sddm-helper[2975]: pam_kwallet5(sddm:setcred): pam_kwallet5: pam_sm_setcred
do your sddm logs look similar?
...how do I access those logs?
its just journalctl -u sddm
any non-standard modifications to the unit file? let's look at systemctl status sddm and go from there
might want to double check what you've got in /etc/sddm.conf.d/*
so right now disabling gdm won't let you enable sddm?
Nothing much as you can see
Trying that rn
kk
lionel_hutz6990 received a thank you cookie!
awesome!