this post was submitted on 18 May 2025
18 points (100.0% liked)

KDE

6579 readers
132 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
 

Hello,

I have a fresh install of OpenSUSE Tumbleweed with KDE Plasma 6.3.5.

Every time I open an app which needs root privileges (such as myrlyn) I’m greeted by the KDE su window to enter my password. Even if I tick “Remember my password”, this does not have any effects, and the next time I’m asked for my password again.

Any idea on how to ensure the “Remember my password” setting in KDE su is honoured?

Thanks!

you are viewing a single comment's thread
view the rest of the comments
[–] sin_free_for_00_days@sopuli.xyz 0 points 1 week ago (2 children)

I know a lot of people will freak out about this and bitch about security. I know, but on my system, with only family and everyone having their own logins, I just don't care. The benefits (for me) outweigh the risks. Anyway, that aside, I have edited my /etc/sudoers file and added the equivalent of:

ceiron       ALL=(ALL)  NOPASSWD:ALL

I still have to run sudo for root apps (99% of what I do is command line), but I don't have to type in a password every time. As I said, obvious security risk, so you decide if it's worth it.

[–] Matth78@lemm.ee 2 points 1 week ago (1 children)

Will it asks for confirmation with a dialog (which would be nice) or will it behave like no password is needed?

I don't have any sudo needing app that opens a gui, so I don't know.