You could go passwordless. If you go into System Settings > KDE Wallet > Access Control (tab) you can tell Plasma to show a prompt for access attempts. Then click on "Launch Wallet Manager", there open the wallet and select "Change Password". Leave it blank and confirm. Your wallet is now prompting you when an app wants to access it (for the very first time, not after you granted access once). No password is required ever.
Linux
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
I think that only works with a desktop manager like sddm. Though then you'd have to enter the password on sddm.
Dont run with startx lol. Thats a known issue.
Why do you do that, to use XOrg while there is no option in SDDM?
Look at /etc/sddm.conf
pam_kwallet doesn't get run on tty logins. By default it's only added to display managers/greeters. You can add it to the relevant login file in /etc/pam.d
and it may work, I'm not sure, there's some ordering needed where you need to be halfway in a graphical session.
The code seems to bail if it doesn't detect a graphical session: https://invent.kde.org/plasma/kwallet-pam/-/blob/master/pam_kwallet.c?ref_type=heads#L222
Thanks! I'll look into this