On 2019-10-11 20:13, kenn wrote:
> Ironically `LC_MESSAGES=tr_TR.UTF-8 LANGUAGE= im-config -l` prints
> full list:
> ibus uim scim xim
>
> but not this `LC_MESSAGES=tr_TR.UTF-8 im-config -l`, this prints:
> xim
Well, since you have set LC_ALL=C.UTF-8 your case is a bit different compared to what I guessed and described in the merge request. (I would recommend you to drop that setting. It makes no sense on an Ubuntu system, and - as you just noticed - it may cause surprise behavior.)
> I confirm that replacing LANG with LC_ALL in
> /usr/share/im-config/xinputrc.common fixes the bug.
On 2019-10-11 20:13, kenn wrote: tr_TR.UTF- 8 LANGUAGE= im-config -l` prints tr_TR.UTF- 8 im-config -l`, this prints:
> Ironically `LC_MESSAGES=
> full list:
> ibus uim scim xim
>
> but not this `LC_MESSAGES=
> xim
Well, since you have set LC_ALL=C.UTF-8 your case is a bit different compared to what I guessed and described in the merge request. (I would recommend you to drop that setting. It makes no sense on an Ubuntu system, and - as you just noticed - it may cause surprise behavior.)
> I confirm that replacing LANG with LC_ALL in im-config/ xinputrc. common fixes the bug.
> /usr/share/
Great, thanks for confirming!