Forum › Forums › New users › New Users and General Questions › Errors when updating? › Reply To: Errors when updating?
January 29, 2019 at 5:41 pm
#18143
Moderator
Ok, do the following
sudo leafpad /etc/default/wicd
This will open the file with a line like this
START_DAEMON=no
Change this line to this
#START_DAEMON=no
close and save
Then go to controlcenter -> Session -> User Desktop Session
In this file it should be line 23 24 25
change it to look like this
# Uncomment to show wicd networking monitor
wicd-client -t &
grep -q "START_DAEMON=no" /etc/default/wicd || wicd-client -t &
close and save
wicd should now autostart on bootup