nXecure wrote: Wed Oct 06, 2021 11:18 am
Dear pseudo-expert.
Add this startup command to i3 config after installing policykit-1-gnome
Code: Select all
exec --no-startup-id /usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1 &
start your i3 session.
Launch mx-tools and select an item from there.
Enter password
...
Profit
Man, I really can't understand these pseudo-experts. They go "I am a tile window manager genius" but they don't know sh*t about how an operating system works. I NEVER use tiling (I am a stack NOOB), with less linux experience than Dr. pseudo-expert, but it seems I am a genius! I am waiting for those 100 dollars being donated to the MX-antiX project.
Personally, I prefer to use lxpolkit (and lxsessions) with wms. That's an old recommendation I received from
@dolphin_oracle . Sadly though both lxpolkit & lxsessions are getting dependency heavy in many distros. I still like their rudimental look & feel, though. But I'm old. What do I know.
EDIT: Proof of life photo (scrot):
EDIT EDIT: because I start both i3wm & dwm in the same userspace, I move such polkit commands (on debian) to .xsessionrc the command I use is:
Code: Select all
# Polkit #####################
lxpolkit &
#/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1 &
And yes.... I leave the gnome polkit command (from arch, I think

) there as reminder of what I might want to use if lxpolkit runs into an issue or if I move the start file to a different environment.