hosadeeb wrote:- Code: Select all
ps -ef | grep polkit
polkitd 872 1 0 Mar20 ? 00:00:06 /usr/lib/polkit-1/polkitd --no-debug
hosadeeb 29309 29170 0 02:23 pts/0 00:00:00 grep --color polkit
There's no polkit-agent running, that's why you have the issues.
You probably need to adjust the OnlyShowIn key for /etc/xdg/autostart/polkit-mate-authentication-agent-1.desktop so that it will also autostart under fluxbox.
- Code: Select all
[doktor5000@Mageia4 ~]$ grep Only /etc/xdg/autostart/polkit-mate-authentication-agent-1.desktop
OnlyShowIn=MATE;XFCE;LXDE;OPENBOX;Old;
You can also simply add the following to fluxbox autostart:
- Code: Select all
/usr/libexec/polkit-mate-authentication-agent-1