I set my PC to login automatically, because I sometimes need to access it remotely. The remote desktop software doesn't launch until the session is logged in. I also use services like nextcloud, which require the use of a keyring or wallet on launch. On every login, I get a prompt from GNOME Keyring to create a default keyring, because the wallet just doesn't open. This prompt literally prevents me from doing anything else, until I deal with it.
Things I've tried:
- changing pam configuration for autologin (editing /etc/pam.d/sddm and /etc/pam.d/sddm-autologin adding the relevant lines)
- empty password on wallet (i changed it back to my login password when this failed)
- login script that tries pinging the wallet (kwallet-query -l kdewallet > /dev/null)
My next step is to completely disable GNOME Keyring, but not certain if this will work, or if it's even wise.
Any assistance on getting the wallet to open on every login (with autologin) would be very helpful.
Things I've tried:
- changing pam configuration for autologin (editing /etc/pam.d/sddm and /etc/pam.d/sddm-autologin adding the relevant lines)
- empty password on wallet (i changed it back to my login password when this failed)
- login script that tries pinging the wallet (kwallet-query -l kdewallet > /dev/null)
My next step is to completely disable GNOME Keyring, but not certain if this will work, or if it's even wise.
Any assistance on getting the wallet to open on every login (with autologin) would be very helpful.
Comment