[DRE-maint] Bug#670320: ruby-locale: fails to get available locale

2012-04-25 Thread Yannick Roehlly
Le mercredi 25 avril 2012 01:14:16 Sebastian Ramacher a écrit : As far as I can tell this is only reproducible if LANGUAGE is set but empty. So I guess KDE sets LANGUAGE to an empty value an Xfce does not. Hi Sebastian, In fact, you're right. The LANGUAGE env. variable is never defined except

[DRE-maint] Bug#670320: ruby-locale: fails to get available locale

2012-04-25 Thread tv.deb...@googlemail.com
Hi, seeing the same problem here. As a workaround I put a script to export LANGUAGE= to it's correct value in ~/.kde/env/ as recommended in [1]. It works with kde terminal emulator like Konsole or Yakuake. [1] http://userbase.kde.org/Session_Environment_Variables/en

[DRE-maint] Bug#670320: ruby-locale: fails to get available locale

2012-04-24 Thread Yannick Roehlly
Package: ruby-locale Version: 2.0.5-3 Severity: normal Hi, With the update from 2.0.5-2 to 2.0.5-3 I encounter some strange behaviour. Under KDE, the programmes that use ruby-locale fails. For instance, on irb: irb(main):001:0 require 'locale' = true irb(main):002:0 Locale.current = []