I'm following an article on adding BSPWM to MX Linux Xfce4.
One of the steps is to start xfce-polkit, usr/lib/xfce-polkit/xfce-polkit &, in my ~/.config/bspwm/bspwmrc file. I assume the author meant /usr/lib/...
I don't have /usr/lib/xfce-polkit/ on my system, MX 21.3
I've never played with polkit before. Is there a way to install the above? It's not showing up with sudo apt install...
Is there another polkit installed that I should use instead?
Thanks
How to install xfce-polkit
- dolphin_oracle
- Developer
- Posts: 22477
- Joined: Sun Dec 16, 2007 12:17 pm
Re: How to install xfce-polkit
we use /usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1
http://www.youtube.com/runwiththedolphin
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/
lenovo ThinkPad X1 Extreme Gen 4 - MX-23
FYI: mx "test" repo is not the same thing as debian testing repo.
Live system help document: https://mxlinux.org/wiki/help-antix-live-usb-system/
Re: How to install xfce-polkit
Thanks, dolphin_oracle
Re: How to install xfce-polkit
Note that it's already running by default:
$ ps ax | grep polk
2720 ? Sl 0:00 /usr/libexec/polkitd --no-debug
3589 ? Sl 0:00 /usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1
3926 pts/0 S+ 0:00 grep polk
$ ps ax | grep polk
2720 ? Sl 0:00 /usr/libexec/polkitd --no-debug
3589 ? Sl 0:00 /usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1
3926 pts/0 S+ 0:00 grep polk