https://bugs.kde.org/show_bug.cgi?id=467519
--- Comment #5 from Andrey Fedoseev <and...@andreyfedoseev.com> --- (In reply to David from comment #4) > You can find out if you are using an input method like Fcitx by typing "echo > $XMODIFIERS" in Konsole. If you have an input method installed it would look > like: > > @im=fcitx > > No input method would like: > > @im=none > > or nothing at all. $ echo $XMODIFIERS @im=ibus > One last thing, type "locale" in Konsole or xterm and see if it matches the > output of "cat /etc/default/locale". $ locale LANG=en_US.UTF-8 LANGUAGE= LC_CTYPE="en_US.UTF-8" LC_NUMERIC=ru_RU.UTF-8 LC_TIME=ru_RU.UTF-8 LC_COLLATE="en_US.UTF-8" LC_MONETARY=ru_RU.UTF-8 LC_MESSAGES="en_US.UTF-8" LC_PAPER=ru_RU.UTF-8 LC_NAME=ru_RU.UTF-8 LC_ADDRESS=ru_RU.UTF-8 LC_TELEPHONE=ru_RU.UTF-8 LC_MEASUREMENT=ru_RU.UTF-8 LC_IDENTIFICATION=ru_RU.UTF-8 LC_ALL= As you see, there are some differences between `locale` output and `/etc/default/locale` (see my comment above) -- You are receiving this mail because: You are watching all bug changes.