I'm using Linux Manjaro, and recently switched from the default network manager to wicd. The switch went smoothly, except whenever I login I need to enter my password twice - once for the display manager, and once for "Wicd needs to access your network cards".
I tried the following fixes to resolve my problem:
- This answer (except the package - it doesn't exist on manjaro)
- Fiddling with the
/lib/systemd/system/wicd.servicefile by changingAfter=syslog.targettoAfter=syslog.target dbus.serviceand different things like that. - This link
Nothing works - it still asks for a password. I suspect DBUS is the culprit here, but I don't know what to do.
So what do I do?