this post was submitted on 06 Jun 2024
14 points (88.9% liked)
KDE
5336 readers
74 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
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Without telling your distro this question is not helpful.
Discover uses packagekit, an abstraction layer that can do things like install, update, remove on many different distros.
So this might be distro-independent, but maybe not.
Try to enter in the terminal
pkcon upgrade
and if a GUI password prompt pops up, click on "expand" and see the action that is used likeorg.somenama.packagekit_update
This GUI prompt might also already be the one you described
https://github.com/boredsquirrel/Linux/tree/main/polkit
Sorry I thought that Discover was only used on KDE neon, which thefore is the distro, and the CLI equivalent is indeed the one you mentioned.
So what's the solution for this distro ?
Thanks
I used Neon for a while. Again, can you please give the needed information. If the password dialog shows, at the left click on "expand"/"show more" and you see the exact action that is executed.
Then have a look at the rules in my linked repo, and replace the action in "libvirt" with that, and the group with "wheel"
(Use
groups
and send me the output, no idea if the sudo users are in the sudo group on Ubuntu)Then send that rule, embed it in
``` Rule ```
To format correctly. I look at it and if it is correct, we go on.
org.freedesktop.packagekit.system-update
Thanks
That was only one of the requested info. But I edited the rule.