[Bug 905429] Re: gnome-language-selector crashed with ValueError in _build_localename(): too many values to unpack

2012-01-02 Thread Sayantan Das
will this be backported to ubuntu 11.10? Currently its running version 0.56. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/905429 Title: gnome-language-selector crashed with ValueError in

[Bug 905429] Re: gnome-language-selector crashed with ValueError in _build_localename(): too many values to unpack

2012-01-02 Thread Gunnar Hjalmarsson
On 2012-01-02 12:42, Sayantan Das wrote: will this be backported to ubuntu 11.10? Currently its running version 0.56. Yes, see bug #909256. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/905429

[Bug 905429] Re: gnome-language-selector crashed with ValueError in _build_localename(): too many values to unpack

2011-12-19 Thread Martin Pitt
Easily reproducible python2.7 bug: $ python -c import locale; locale.setlocale(locale.LC_ALL, u'de_DE.UTF-8') Traceback (most recent call last): File string, line 1, in module File /usr/lib/python2.7/locale.py, line 538, in setlocale locale = normalize(_build_localename(locale)) File

[Bug 905429] Re: gnome-language-selector crashed with ValueError in _build_localename(): too many values to unpack

2011-12-19 Thread Martin Pitt
The upstream bug says it's not meant to work with unicode, and they updated the documentation instead. So setting the ubuntu task to wontfix, too. ** Changed in: python2.7 (Ubuntu) Status: Triaged = Won't Fix -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 905429] Re: gnome-language-selector crashed with ValueError in _build_localename(): too many values to unpack

2011-12-19 Thread Martin Pitt
** Changed in: language-selector (Ubuntu Precise) Status: In Progress = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/905429 Title: gnome-language-selector crashed with

[Bug 905429] Re: gnome-language-selector crashed with ValueError in _build_localename(): too many values to unpack

2011-12-19 Thread Launchpad Bug Tracker
** Branch linked: lp:language-selector -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/905429 Title: gnome-language-selector crashed with ValueError in _build_localename(): too many values to

[Bug 905429] Re: gnome-language-selector crashed with ValueError in _build_localename(): too many values to unpack

2011-12-19 Thread Bug Watch Updater
** Changed in: python Status: Unknown = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/905429 Title: gnome-language-selector crashed with ValueError in _build_localename(): too

[Bug 905429] Re: gnome-language-selector crashed with ValueError in _build_localename(): too many values to unpack

2011-12-19 Thread Launchpad Bug Tracker
This bug was fixed in the package language-selector - 0.60 --- language-selector (0.60) precise; urgency=low [ Martin Pitt ] * debian/control: Move from transitional python-gobject to python-gi. * Drop fontconfig/69-language-selector-ko-kr.conf: Obsolete now with the move

[Bug 905429] Re: gnome-language-selector crashed with ValueError in _build_localename(): too many values to unpack

2011-12-18 Thread Gunnar Hjalmarsson
On 2011-12-17 18:11, Justin wrote: same problem occurs in Oneiric too This _exact_ problem should only affect Precise. If you see something similar in Oneiric, can you please submit a separate bug about it. ** Also affects: python2.7 (Ubuntu) Importance: Undecided Status: New -- You

[Bug 905429] Re: gnome-language-selector crashed with ValueError in _build_localename(): too many values to unpack

2011-12-18 Thread Gunnar Hjalmarsson
This issue was introduced by the _decode_value() function in pygobject/gi/overrides/Gtk.py. Assuming that there is a good reason for that function, I propose a python2.7 patch that fixes the issue. ** Patch added: locale-as-unicode.diff

[Bug 905429] Re: gnome-language-selector crashed with ValueError in _build_localename(): too many values to unpack

2011-12-17 Thread Justin
same problem occurs in Oneiric too -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/905429 Title: gnome-language-selector crashed with ValueError in _build_localename(): too many values to unpack

[Bug 905429] Re: gnome-language-selector crashed with ValueError in _build_localename(): too many values to unpack

2011-12-17 Thread Ron Bakker
Same problem also in 32 bit Xubuntu 12.04 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/905429 Title: gnome-language-selector crashed with ValueError in _build_localename(): too many values to

[Bug 905429] Re: gnome-language-selector crashed with ValueError in _build_localename(): too many values to unpack

2011-12-16 Thread Adrián
** Visibility changed to: Public -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/905429 Title: gnome-language-selector crashed with ValueError in _build_localename(): too many values to unpack To

[Bug 905429] Re: gnome-language-selector crashed with ValueError in _build_localename(): too many values to unpack

2011-12-16 Thread Gunnar Hjalmarsson
Thanks for your help to improve Ubuntu by reporting this bug! I'm able to reproduce it. I could also make the bug disappear by downgrading python-gi, python-gi-cairo and python-gobject from 3.0.3-1 to 3.0.2-4, so it seems to be caused by the latest pygobject upgrade. ** Also affects: pygobject