2

I use ArchLinux and I have problems with Japanese IME.

When I write by Japanese IME, a character can't be in text area with Skype, Android Studio, etc. (maybe those aren't gtk and qt apps)

enter image description here

It works for Chromium, gnome-terminal, though.

Do you have a solution for this problem?

xhienne
  • 17,075
  • 2
  • 52
  • 68
terut
  • 21
  • 2

1 Answers1

1

fcitx(-anthy, but that should not matter) works fine with Skype here.

My guess is that you're missing some environment variables.

$ set | grep -i fcitx
GTK_IM_MODULE=fcitx
QT_IM_MODULE=fcitx
XMODIFIERS=@im=fcitx
frostschutz
  • 47,228
  • 5
  • 112
  • 159
  • Thanks, @frostschutz. I confirmed that settings. ```sh $ set | grep -i -a fcitx GTK_IM_MODULE=fcitx QT_IM_MODULE=fcitx XMODIFIERS='@im=fcitx' ``` I suppose that It looks good. What do you think about this? – terut Feb 01 '14 at 16:13