[Bug 271708] x11/budgie: system freezes when attempting to modify user or password

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 31 May 2023 18:38:13 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271708

--- Comment #2 from Olivier Duchateau <duchateau.olivier@gmail.com> ---
Honestly I haven't tested this feature. If button is still greyed out, I think,
we must create a rule.

For example (05-user-accounts.rules) put this file in
/usr/local/etc/polkit-1/rules.d/ directory. And replace GROUP by your user
group name.

> polkit.addRule(function(action, subject) {
>        if ((action.id == "org.buddiesofbudgie.controlcenter.user-accounts.administration") &&
>            subject.local &&
>            subject.active &&
>            subject.isInGroup ("GROUP")) {
>                    return polkit.Result.YES;
>            }
>});

-- 
You are receiving this mail because:
You are the assignee for the bug.