Comment 38 for bug 1075399

Revision history for this message
Ryan P. C. McQuen (ryanpcmcquen) wrote :

Tomka, we already had the Gentoo patch you mentioned in the Slackware tree, even with that I still get this error when editing a new network with `wicd-curses`:

Traceback (most recent call last):
  File "/usr/share/wicd/curses/wicd-curses.py", line 1146, in call_update_ui
    self.update_ui(True)
  File "/usr/share/wicd/curses/wicd-curses.py", line 97, in wrapper
    return func(*args, **kargs)
  File "/usr/share/wicd/curses/wicd-curses.py", line 1159, in update_ui
    self.handle_keys(input_data)
  File "/usr/share/wicd/curses/wicd-curses.py", line 1037, in handle_keys
    self.diag = WirelessSettingsDialog(pos, self.frame)
  File "/usr/share/wicd/curses/netentry_curses.py", line 503, in __init__
    self.set_values()
  File "/usr/share/wicd/curses/netentry_curses.py", line 543, in set_values
    wireless.GetWirelessProperty(networkID, 'bitrate')
ValueError: None is not in list

So far this is the only patch that has helped:

https://github.com/voidlinux/void-packages/blob/master/srcpkgs/wicd/patches/curses_bitrate_fix.patch

And I have tried several!