Re: Polkit issues (maybe)
Reply #1 –
i suppose check to see if the agent is running:
pidof polkit-kde-authentication-agent-1
if it isn't, trying to run it directly might shed some light:
/usr/lib/polkit-kde-authentication-agent-1
in the unlikely event of a missing dependency, paccheck (from pacutils package) can be handy:
sudo paccheck | grep "unsatisfied"