Hello,

On Fri, 27 Jan 2012 12:59:17 +0100, Martin Ziegler wrote:

> wicd 1.7.1~b3-4 still does not work in German ICE trains.
> The last version which worked was 1.7.0+ds1-9.

Unfortunately, I don't have any networks here with '\x00', so I can't really
test this. Therefore I really need someone with those networks to help me :/

Could you please open /usr/share/pyshared/wicd/wnettools.py , go to around line
1250, and change this line:

  ap['essid'].replace('\x00', '')

to:

  ap['essid'] = ap['essid'].replace('\x00', '')

?

Alternatively, if it doesn't work, could you please move the changed line (i.e.
the second above), right before this one?

  ap['essid'] = misc.to_unicode(ap['essid'])

Thank you very much.

David

-- 
 . ''`.   Debian developer | http://wiki.debian.org/DavidPaleino
 : :'  : Linuxer #334216 --|-- http://www.hanskalabs.net/
 `. `'`  GPG: 1392B174 ----|---- http://deb.li/dapal
   `-   2BAB C625 4E66 E7B8 450A C3E1 E6AA 9017 1392 B174

Attachment: signature.asc
Description: PGP signature

Reply via email to