[wicd-curses and wicd-gtk] crashes when trying to save network properties
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
wicd |
Fix Committed
|
High
|
David Paleino | ||
Arch Linux |
New
|
Undecided
|
Unassigned |
Bug Description
wicd-curses crashes when trying to save network properties, no matter if you try it with wicd-curses or wicd-gtk
DBus failure! This is most likely caused by the wicd daemon stopping while wicd-curses is running. Please restart the daemon, and then restart wicd-curses.
Traceback (most recent call last):
File "/usr/share/
self.update_
File "/usr/share/
return func(*args, **kargs)
File "/usr/share/
self.handle_
File "/usr/share/
self.diag.
File "/usr/share/
self.set_
File "/usr/share/
wireless.
File "/usr/lib/
**keywords)
File "/usr/lib/
message, timeout)
dbus.exceptions
File "/usr/lib/
retval = candidate_
File "/usr/share/
prop = misc.sanitize_
File "/usr/lib/
return s.translate(None, table)
TypeError: translate() takes exactly one argument (2 given)
wicd version: latest (1.7.2.4)
Distro: Arch Linux
Arch Linux Bug report: https:/
Maybe a fix:
/user/share/
change:
prop = misc.sanitize_
to:
prop = misc.sanitize_
Related branches
Changed in wicd: | |
status: | Fix Committed → Fix Released |
status: | Fix Released → Fix Committed |
I had the same bug.
Here the patch I created/applied.
Feel free to review it and/or find a better way to implement this.