#[SOLVED] KDE wallet wont open automatically

24 messages · Page 1 of 1 (latest)

gusty sable
south geode
#

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?

gusty sable
south geode
#

its just journalctl -u sddm

gusty sable
#

Literally nothing

#

-- no entries--

south geode
#

any non-standard modifications to the unit file? let's look at systemctl status sddm and go from there

gusty sable
#

it's disabled
I tried to enable it and that fails

#

There's already a dumpling to gdm

south geode
#

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?

gusty sable
south geode
#

kk

gusty sable
#

Welp. Works

#

Thanks @south geode

low charmBOT
#

lionel_hutz6990 received a thank you cookie!

south geode
#

awesome!