This is what you should do.
1. Remove all instances of wicd.
#rm /var/lib/dpkg/info/wicd.prerm
#apt-get remove --purge wicd
Also remove the files that are left behind.
2. Remove the wicd folder and contents from /opt folder
3. Install new (Debian) version of wicd
#apt-get install wicd
Hit y to accept new changes if asked.
4. Edit antiX control centre settings (2 files)
Go to /usr/local/bin
a) edit wicdtrayicon.sh lines 9 and 10 to read:
echo"wicd-client &" >> ~/.icewm/startup
echo"wicd-client &" >> ~/.fluxbox/startup
b) edit controlcenter.sh
line 190 to read <action>wicd-client -n &</action>
5. Remove from .fluxbox/startup and .icewm/startup all references to /opt/wicd
6. You will probably need to reboot.
7. Make sure the /etc/init.d/wicd is the same as the one here, post 8:
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://wicd.sourceforge.net/punbb/viewtopic.php?id=187"
linktext was:"http://wicd.sourceforge.net/punbb/viewtopic.php?id=187"
====================================
" onclick="window.open(this.href);return false
This is taken from here:
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://wicd.net/punbb/viewtopic.php?id=209"
linktext was:"http://wicd.net/punbb/viewtopic.php?id=209"
====================================
" onclick="window.open(this.href);return false
Thanks to eriefisher.
Please add if there are any mistakes.
Edit: For step 4, I have uploaded the new files.
1. Make backup copies of controlcenter.sh and wicdtrayicon.sh in /usr/local/bin
2.
Code: Select all
#cd /usr/local/bin; wget -Nc http://www.mepisimo.com/antix/wicd-1.5-3/controlcenter.sh; chmod +x controlcenter.sh
Code: Select all
# cd /usr/local/bin; wget -Nc http://www.mepisimo.com/antix/wicd-1.5-3/wicdtrayicon.sh; chmod +x wicdtrayicon.sh