[Bug 721778] Re: software-properties-gtk crashed with UnicodeDecodeError in __init__(): 'ascii' codec can't decode byte 0xc2 in position 2: ordinal not in range(128)

2011-03-02 Thread Martin Pitt
Thanks for this! I can replicate the crash here, the problem is the mixing of unicode and str here. As set_label() eventually expects an UTF-8 str, I think it's cleaner to explicitly encode the Unicode as UTF-8: -repository, for example '%s'.) % (i%s/i % example) +

[Bug 721778] Re: software-properties-gtk crashed with UnicodeDecodeError in __init__(): 'ascii' codec can't decode byte 0xc2 in position 2: ordinal not in range(128)

2011-03-02 Thread Launchpad Bug Tracker
This bug was fixed in the package software-properties - 0.80.3 --- software-properties (0.80.3) natty; urgency=low * softwareproperties/gtk/DialogAdd.py: Fix UnicodeDecodeError in Add source dialog. (LP: #721778) -- Martin Pitt martin.p...@ubuntu.com Wed, 02 Mar 2011

[Bug 721778] Re: software-properties-gtk crashed with UnicodeDecodeError in __init__(): 'ascii' codec can't decode byte 0xc2 in position 2: ordinal not in range(128)

2011-03-01 Thread Thorsten Reinbold
Julien, this seems to work well. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/721778 Title: software-properties-gtk crashed with UnicodeDecodeError in __init__(): 'ascii' codec can't decode byte

[Bug 721778] Re: software-properties-gtk crashed with UnicodeDecodeError in __init__(): 'ascii' codec can't decode byte 0xc2 in position 2: ordinal not in range(128)

2011-03-01 Thread Brian Murray
** Tags added: bugpattern-written ** Tags removed: bugpattern-needed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/721778 Title: software-properties-gtk crashed with UnicodeDecodeError in

[Bug 721778] Re: software-properties-gtk crashed with UnicodeDecodeError in __init__(): 'ascii' codec can't decode byte 0xc2 in position 2: ordinal not in range(128)

2011-02-28 Thread Thorsten Reinbold
As a workaround you can comment out the lines 61,62,63 in the file /usr/share/pyshared/softwareproperties/gtk/DialogAdd.py It works then. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/721778 Title:

[Bug 721778] Re: software-properties-gtk crashed with UnicodeDecodeError in __init__(): 'ascii' codec can't decode byte 0xc2 in position 2: ordinal not in range(128)

2011-02-28 Thread Launchpad Bug Tracker
** Branch linked: lp:~gilir/software-properties/fix-721778 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/721778 Title: software-properties-gtk crashed with UnicodeDecodeError in __init__():

[Bug 721778] Re: software-properties-gtk crashed with UnicodeDecodeError in __init__(): 'ascii' codec can't decode byte 0xc2 in position 2: ordinal not in range(128)

2011-02-28 Thread Julien Lavergne
I uploaded a possible fix to my PPA (https://launchpad.net/~gilir/+archive/unstable). To add it, you can add manually this line to your sources.list : deb http://ppa.launchpad.net/gilir/unstable/ubuntu natty main Hopefully, you should be able to add PPA easier after the upgrade :) -- You

[Bug 721778] Re: software-properties-gtk crashed with UnicodeDecodeError in __init__(): 'ascii' codec can't decode byte 0xc2 in position 2: ordinal not in range(128)

2011-02-28 Thread Apport retracing service
** Tags added: bugpattern-needed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/721778 Title: software-properties-gtk crashed with UnicodeDecodeError in __init__(): 'ascii' codec can't decode byte

[Bug 721778] Re: software-properties-gtk crashed with UnicodeDecodeError in __init__(): 'ascii' codec can't decode byte 0xc2 in position 2: ordinal not in range(128)

2011-02-25 Thread dino99
on natty i386 updated i've this issue when i click on add button into the third parties repo tab of synaptic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/721778 Title: software-properties-gtk

[Bug 721778] Re: software-properties-gtk crashed with UnicodeDecodeError in __init__(): 'ascii' codec can't decode byte 0xc2 in position 2: ordinal not in range(128)

2011-02-25 Thread GodNobody
Same problem here, trying to add a repo will cause the crash -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/721778 Title: software-properties-gtk crashed with UnicodeDecodeError in __init__():

[Bug 721778] Re: software-properties-gtk crashed with UnicodeDecodeError in __init__(): 'ascii' codec can't decode byte 0xc2 in position 2: ordinal not in range(128)

2011-02-22 Thread Bartmann
If i want to add a new software source the app crash. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/721778 Title: software-properties-gtk crashed with UnicodeDecodeError in __init__(): 'ascii'

[Bug 721778] Re: software-properties-gtk crashed with UnicodeDecodeError in __init__(): 'ascii' codec can't decode byte 0xc2 in position 2: ordinal not in range(128)

2011-02-22 Thread allxsan
hello Bartmann here I have the same problem with natty daily cd (Ubuntu, Xubuntu, Kubuntu, Lubuntu.. ) I have some spare hard disk just for testing so I rsync the iso images (x86 and AMD64) 3/5 times every week and try a new installation -- You received this bug notification because you are a

[Bug 721778] Re: software-properties-gtk crashed with UnicodeDecodeError in __init__(): 'ascii' codec can't decode byte 0xc2 in position 2: ordinal not in range(128)

2011-02-20 Thread Julien Lavergne
** Visibility changed to: Public ** Changed in: software-properties (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/721778 Title: software-properties-gtk