Since 21 July, wicd stopped working:
Code: Select all
pap[~]$ wicd
Traceback (most recent all last):
File "/usr/share/wicd/daemon/wicd-daemon.py", line 48, in <module>
import dbus
ImportError: No module named dbus
Now, my educated guess is that
dbus-python was upgraded on 21 July, and the new version is not compatible with wicd. Hopefully rebuilding wicd with the new version of dbus-python will solve the problem. I would do that already, but I don't want to mess up with djemos' SLKBUILD without his permission. At the moment, I switched to connman, which works perfectly.
In fact, half of my Slackel installations use connman permanently, and I didn't upgrade the others until today, that's why I am posting this problem two days later.