This change solves the problem at software-center:
Open file /usr/share/software-center/softwarecenter/ui/gtk3/widgets/labels.py
At line 34 there is:
'no': u'<span foreground="red">%s</span>' % _(u'\u2718'),
Remove the first "u" and save the file:
'no': '<span foreground="red">%s</span>' % _(u'\u2718'),
I'm not certainly about the consequences yet, then I ask somebody here
to check this.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/975722
Title:
software-center crashed with UnicodeDecodeError in
check_breaks_existing_packages(): 'ascii' codec can't decode byte 0xe2
in position 11: ordinal not in range(128)
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/975722/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs