Workarround for Wicd 1.6.2.2-3mlrepo1
cd /usr/share/wicd/wicd
cp winettools.py winettools.py.org
vi winettools.py
change the code at
cmd = ['wpa_supplicant'
in
cmd = ['nice', '-n', '19', 'wpa_supplicant'
After that move the compiled versions and reboot,
mv winettools.pyc winettools.pyc.org
This works fine for me since a month,
for more info about the symtons look at:
https://bugs.launchpad.net/ubuntu/+sour ... bug/207446and
http://ubuntuforums.org/showthread.php?t=1343847&page=2