The Picard Maneuver@lemmy.worldM to memes@lemmy.world · 1 day agoWho's in charge?lemmy.worldimagemessage-square119linkfedilinkarrow-up11.22Karrow-down19
arrow-up11.22Karrow-down1imageWho's in charge?lemmy.worldThe Picard Maneuver@lemmy.worldM to memes@lemmy.world · 1 day agomessage-square119linkfedilink
minus-squareMohamed@lemmy.calinkfedilinkarrow-up10·18 hours agoSome do. I’m sure it is possible with terminal programs. In KDE, you do get authenticator pop-ups.
minus-squaredubyakay@lemmy.calinkfedilinkarrow-up4·15 hours agoWith arch+xfce4 I mostly don’t. Except for when I do systemctl reload <service> in a cli without sudo and it pops a surprise elevation password request gui in my face. I haven’t figured out what makes it behave like that. I use Arch btw 👉🧐 eats booger
minus-squarem0stlyharmless@lemmy.ziplinkfedilinkarrow-up2·edit-225 minutes agoThat’s the result of polkit (policy kit) authentication agents. These are typically DE-specific for their GUIs. pkexec is comparable to sudo and can be used from the terminal to get the graphical prompt for elevated commands.
Some do. I’m sure it is possible with terminal programs. In KDE, you do get authenticator pop-ups.
With arch+xfce4 I mostly don’t. Except for when I do systemctl reload <service> in a cli without sudo and it pops a surprise elevation password request gui in my face. I haven’t figured out what makes it behave like that.
I use Arch btw 👉🧐 eats booger
That’s the result of polkit (policy kit) authentication agents. These are typically DE-specific for their GUIs.
pkexec is comparable to sudo and can be used from the terminal to get the graphical prompt for elevated commands.