When I’m trying to use my system sometimes I get popup “The application ‘kde6’ has requested to open the wallet ‘kdewallet’. Please enter the password for this wallet below“. This popups are annoying, so I would like to get rid of them. How I can do it?
I don’t want to set my KDEWallet password to empty password.
I asked this question years ago, and I couldn’t find an answer other than using empty password. So, I went ahead with it as I have to enter my password to log in anyway.
As for autologin, I use an autostart script that immediately locks the screen upon login. session=“$(loginctl show-session “$XDG_SESSION_ID” -p Service --value)” if [[ “$session” == “sddm-autologin” ]]; then qdbus org.freedesktop.ScreenSaver /ScreenSaver Lock fi
You’re right, this is not ‘autologin’.
I use this “solution” without autologin so that KDE Wallet is unlocked after I log in entering my password.
For the autologin scenario, I use an autostart script that locks the screen immediately after autologin. So, the unlocked KDE Wallet is only accessible after unlocking the screen by entering the user password.
The difference here is that all the usual startup processes are executed in the background, ready to use as soon as user password is entered.
Kubuntu 24.04 on the desktop at home, installed without asking password for login. Can be used by kids too for work, video game, cartoons, etc (no TV).
Any problem. Password are asked only for administrative tasks - but, it’s still KDE Plasma 5 …