this post was submitted on 06 Jun 2024
14 points (88.9% liked)

KDE

5053 readers
62 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 1 year ago
MODERATORS
 

Is that possible ?

Thanks

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] -2 points 3 months ago (1 children)

Yes but the only way I know is to make your whole system use no password Do sudo visudo and change the line %wheel ALL=(ALL:ALL) ALL To %wheel ALL=(ALL:ALL) NOPASSWD: ALL and make sure you are in the wheel group you can check by doing groups | rg wheel If not add yourself via sudo passwd --add $USER wheel Then edit the file ~/.config/kdesurc to be [super-user-command] super-user-command=sudo

This is a massive security risk but hey windows let's you do admin stuff without a password as well

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

Many Distros use polkit instead of sudo actions. Though many sudo actions dont have polkit rules.