FS#33500 - [wicd] Wicd is broken

Attached to Project: Arch Linux
Opened by Vegard Haugland (v3gard) - Monday, 21 January 2013, 21:42 GMT
Last edited by Eric Belanger (Snowman) - Monday, 21 January 2013, 22:32 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Isenmann Daniel (ise)
Architecture All
Severity Low
Priority Normal
Reported Version 4.0.3
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Summary and Info:
The curses client to wicd, wicd-curses, is broken due to the latest version of python2-urwid (v.1.1.1.1). I have not tested this with python3 or on a x86 platform.

The problem is solved by downgrading python2-urwid to python2-urwid-1.0.2-2-x86_64.pkg.tar.xz


Steps to Reproduce:
Upgrade all packages with pacman -Syu. Wicd should be version 1.7.2.4-5 and python2-urwid should be v1.1.1.1. Start the wicd daemon and then run wicd-curses. The following error message is printed:

Traceback (most recent call last):
File "/usr/share/wicd/curses/wicd-curses.py", line 1063, in <module>
main()
File "/usr/share/wicd/curses/wicd-curses.py", line 995, in main
ui.run_wrapper(run)
File "/usr/lib/python2.7/site-packages/urwid/raw_display.py", line 242, in run_wrapper
return fn()
File "/usr/share/wicd/curses/wicd-curses.py", line 88, in wrapper
return func(*args, **kargs)
File "/usr/share/wicd/curses/wicd-curses.py", line 1003, in run
app = appGUI()
File "/usr/share/wicd/curses/wicd-curses.py", line 548, in __init__
self.wiredCB = urwid.Filler(WiredComboBox(wiredL))
File "/usr/share/wicd/curses/wicd-curses.py", line 378, in __init__
self.__super.__init__(use_enter=False)
File "/usr/share/wicd/curses/curses_misc.py", line 352, in __init__
self.focus = focus
AttributeError: can't set attribute
This task depends upon

Closed by  Eric Belanger (Snowman)
Monday, 21 January 2013, 22:32 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#33378 
Comment by Dan McGee (toofishes) - Monday, 21 January 2013, 22:10 GMT
  • Field changed: Attached to Project (Pacman → Arch Linux)
  • Field changed: Summary (Wicd is broken → [wicd] Wicd is broken)
Use the right Flyspray project, please.

Loading...