[Desktop-packages] [Bug 1772237] Re: Language support quits immediately after starting

2018-05-28 Thread Launchpad Bug Tracker
This bug was fixed in the package language-selector - 0.188.1 --- language-selector (0.188.1) bionic-proposed; urgency=medium * LanguageSelector/ImConfig.py: Prevent crash if LC_CTYPE has a value which Python does not understand (LP: #1772237). * debian/control: Drop o

[Desktop-packages] [Bug 1772237] Re: Language support quits immediately after starting

2018-05-22 Thread Alex Shtof
Indeed fixes the problem. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to language-selector in Ubuntu. https://bugs.launchpad.net/bugs/1772237 Title: Language support quits immediately after starting Status in language-selector packag

[Desktop-packages] [Bug 1772237] Re: Language support quits immediately after starting

2018-05-21 Thread Gunnar Hjalmarsson
Verified the test case with version 0.188.1 of language- selector-{common,gnome} from bionic-proposed. ** Tags removed: verification-needed verification-needed-bionic ** Tags added: verification-done verification-done-bionic -- You received this bug notification because you are a member of Deskt

[Desktop-packages] [Bug 1772237] Re: Language support quits immediately after starting

2018-05-21 Thread Ɓukasz Zemczak
I was actually hesitating whether or not it makes sense to get this fix into bionic. Yes, the fix is legit and I think this is how it should be in language-selector from the beginning - an invalid locale string should not cause a crash but should be handled as you proposed. I was a bit worried sinc

[Desktop-packages] [Bug 1772237] Re: Language support quits immediately after starting

2018-05-20 Thread Launchpad Bug Tracker
This bug was fixed in the package language-selector - 0.189 --- language-selector (0.189) cosmic; urgency=medium * LanguageSelector/ImConfig.py: Prevent crash if LC_CTYPE has a value which Python does not understand (LP: #1772237). * debian/control: Drop obsolete X-Pyt

[Desktop-packages] [Bug 1772237] Re: Language support quits immediately after starting

2018-05-20 Thread Gunnar Hjalmarsson
** Description changed: + [Impact] + + When Ubuntu is installed with a locale name which Python does not + understand, e.g. en_IL, Language Support crashes when you try to launch + it. This is really a bug which should be fixed in the installer (bug + #1646260). Awaiting the installer fix, this p

[Desktop-packages] [Bug 1772237] Re: Language support quits immediately after starting

2018-05-20 Thread Gunnar Hjalmarsson
Thanks for your report! Right, Python is the culprit; more precisely python and glibc have different ideas about what's a correct locale name. Probably your /etc/default/locale file includes this line: LANG=en_IL To fix this for yourself, open the file for editing and change that line to: LANG

[Desktop-packages] [Bug 1772237] Re: Language support quits immediately after starting

2018-05-20 Thread Alex Shtof
After some research, it seems like a Python bug. I can reproduce the same problem by running the python3 interpreter: Python 3.6.5 (default, Apr 1 2018, 05:46:30) [GCC 7.3.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import locale >>> locale.setlocale(lo