Page 2 of 2
Re: Polkit isues/ problems
Posted: Sat Jan 25, 2020 10:23 am
by Head_on_a_Stick
manyroads wrote: Sat Jan 25, 2020 10:07 am
Code: Select all
/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1 &
^ That's the line you want (as already posted by KoO) but I think you may need the keyring variables as well:
Code: Select all
export $(gnome-keyring-daemon --start)
Add the
--components= flag if you don't want all of the variables exported, see
gnome-keyring-daemon(1) for more on this.
Check if the agent is actually running with
I've just checked and the XDG autostart file only applies to Xfce, Unity & Cinnamon so you will have to autostart it manually for bspwm.
Re: Polkit isues/ problems
Posted: Sat Jan 25, 2020 11:14 am
by manyroads
Thank you Matthew... things seem to be working. You saved the day... tada!

Re: Polkit isues/ problems
Posted: Sat Jan 25, 2020 3:13 pm
by seaken64
Head_on_a_Stick wrote: Sat Jan 25, 2020 10:23 am
you will have to autostart it manually
I that the same as manually start it automatically?

Re: Polkit isues/ problems [Solved]
Posted: Sat Jan 25, 2020 3:44 pm
by Head_on_a_Stick
^
