this post was submitted on 23 Feb 2024
23 points (100.0% liked)

Linux

46777 readers
1873 users here now

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

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

I start KDE with startx on tumbleweed, everything works except that kwallet asks for my password when I launch discord or other apps. I installed pam_kwallet and made sure that my user password is identical to my kwallet password. Anyone knows how I could fix this?

My xinitrc seems to be sourced from /usr/libexec/xinit/xinitrc by default

all 10 comments
sorted by: hot top controversial new old
[–] [email protected] 3 points 6 months ago* (last edited 6 months ago) (1 children)

Easiest solution is to install a login manager like sddm, then it should "just work" on your login, startx doesnt do all the same things a proper DM would do.

You might be able to have wallet ask for your password just once after login using startx, or you might have an easier time using gnome -keyring, but either way I don't think unlocking it with pam is an option for the startx method

[–] [email protected] 1 points 6 months ago (2 children)

I really like booting to a terminal and only starting X if I need it, that's why I do it.

[–] [email protected] 2 points 6 months ago

Best you can probably do is have wallet prompt for an unlock password after statx each time then.

[–] [email protected] 1 points 5 months ago

I use gnome, but I do boot to a terminal and start by starting the gdm service that autologins me. You might be able to launch kde using plasmastart-x11/wayland, would that make a difference?

[–] [email protected] 3 points 6 months ago* (last edited 6 months ago)

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.

[–] [email protected] 2 points 6 months ago (1 children)

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

[–] [email protected] 1 points 6 months ago

Thanks! I'll look into this

[–] [email protected] 2 points 6 months ago

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

[–] [email protected] 2 points 6 months ago

I think that only works with a desktop manager like sddm. Though then you'd have to enter the password on sddm.