← Back to team overview

clicompanion-devs team mailing list archive

[Bug 691515] Re: setting language only works for utf8

 

Closing after no reply for 5 years (!) :)

** Changed in: clicompanion
       Status: Incomplete => Invalid

-- 
You received this bug notification because you are a member of CLI
Companion Development Team, which is subscribed to CLI Companion.
https://bugs.launchpad.net/bugs/691515

Title:
  setting language only works for utf8

Status in CLI Companion:
  Invalid

Bug description:
  keimpe@head:~$ LANG=nl && clicompanion

  (process:29154): Gtk-WARNING **: Locale not supported by C library.
  	Using the fallback 'C' locale.
  Traceback (most recent call last):
    File "/usr/bin/clicompanion", line 27, in <module>
      idioma = get_language()
    File "/usr/bin/clicompanion", line 18, in get_language
      loc = locale.setlocale(locale.LC_ALL, "")
    File "/usr/lib/python2.6/locale.py", line 513, in setlocale
      return _setlocale(category, locale)
  locale.Error: unsupported locale setting
  ----
  keimpe@head:~$ LANG=nl_NL && clicompanion

  (process:29197): Gtk-WARNING **: Locale not supported by C library.
  	Using the fallback 'C' locale.
  Traceback (most recent call last):
    File "/usr/bin/clicompanion", line 27, in <module>
      idioma = get_language()
    File "/usr/bin/clicompanion", line 18, in get_language
      loc = locale.setlocale(locale.LC_ALL, "")
    File "/usr/lib/python2.6/locale.py", line 513, in setlocale
      return _setlocale(category, locale)
  locale.Error: unsupported locale setting
  ----
  keimpe@head:~$ LANG=nl_NL.UTF8 && clicompanion
  works

To manage notifications about this bug go to:
https://bugs.launchpad.net/clicompanion/+bug/691515/+subscriptions