Is that possible ?

Thanks

You are viewing a single thread.
View all comments View context

@boredsquirrel
You need to create a polkit rule that allows authentication without password. I will see if I can send an example your way sometime this comming week.
@KaKi87

permalink
report
parent
reply
2 points
*

I have examples in the repo I linked

polkit.addRule(function(action, subject) {
  if action.id == "org.freedesktop.packagekit.system-update" {
    if subject.isInGroup("wheel") {
      return polkit.Result.YES;
    }
  }
});

Please ask KDE Neon devs, if placing this rule as /etc/polkit-1/rules.d/packagekit-update.rules is safe

permalink
report
parent
reply
1 point

I don’t have a rules.d directory at /etc/polkit-1/ though, I only have localauthority and localauthority.conf.d.

Should I create the directory then create the file ?

Thanks

permalink
report
parent
reply
1 point

Please ask KDE Neon devs.

Discuss.kde.org

Or file a bug on bugs.kde.org

permalink
report
parent
reply
1 point

Yes create the directory. This is a standard directory but KDE Neon may not use it. Also you need to place that policy there and reload the polkit daemon (no idea how to do that, just reboot lol).

And as I said, if the admin password window shows, use the “show details” button at the left to get the ID of the polkit action.

KDE is a very empowering Desktop!

permalink
report
parent
reply
1 point

Unfortunately it’s not working 😅

Thanks

permalink
report
parent
reply

KDE

!kde@lemmy.kde.social

Create post

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.

Community stats

  • 972

    Monthly active users

  • 798

    Posts

  • 6.2K

    Comments