this post was submitted on 09 Jun 2025
12 points (100.0% liked)

KDE

6764 readers
272 users here now

KDE is an international technology team creating user-friendly free and open source software for desktop and portable computing. KDE’s software runs on GNU/Linux, BSD and other operating systems, including Windows.

Plasma 6 Bugs

If you encounter a bug, proceed to https://bugs.kde.org/, check whether it has been reported.

If it hasn't, report it yourself.

PLEASE THINK CAREFULLY BEFORE POSTING HERE.

Developers do not look for reports on social media, so they will not see it and all it does is clutter up the feed.

founded 2 years ago
MODERATORS
 

I enabled the automatic login on Login SDDM

But now, every time I start my computer, kwallet asks for my password.

I kinda enabled the automatic login to not have to type my password, this kinda defeats the purpose of it @_@

you are viewing a single comment's thread
view the rest of the comments
[–] vivien@lsbt.me 6 points 1 week ago

@bimbimboy I don't think that would solve the problem. KWallet-PAM would be the way it gets the password from the login manager. PAM is the pluggable authentication modules framework, where you can plug in a module to do stuff during authentication, so kwallet inserts itself into the login process to read the password and unlock your wallet.

According to the arch linux wiki on KWallet: "When using autologin, the wallet can only be unlocked if the autologin method saves the password. pam_autologin does, for example." https://wiki.archlinux.org/title/KDE/_Wallet maybe there is a way then.