-
CPU Architecture: x86_64 I want to input Japanese using fcitx5 and mozc. However, I cannot input Japanese only on Firefox. The required environment variables seem appropriately set: $ echo $GTK_IM_MODULE
fcitx
$ echo $QT_IM_MODULE
fcitx
$ echo $XMODIFIERS
@im=fcitx and fcitx5 seems to have started automatically: $ ps aux | grep fcitx
phanect 24850 0.0 0.2 220552 36948 ? Sl 08:18 0:00 /usr/bin/fcitx5 -r
phanect 30068 0.0 0.0 10256 2648 pts/1 S+ 08:53 0:00 grep --color=auto fcitx I found I can input Japanese properly if I set GTK_IM_MODULE=xim. $ GTK_IM_MODULE=xim firefox However, I hear XIM has some issues and not is recommended, so I want to know if I have different way to solve this problem. My questions are:
Thanks in advance, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
Well, the real problem is that GTK doesn't support any of the wayland zwp-input-method protocol so the answer for 2. should be the GTK... Maybe pasting the output of |
Beta Was this translation helpful? Give feedback.
-
Sorry for being late to the party. In case anybody drops on this while investigating for a fix. Please consider to not trade in security (disable apparmor profile completely) for basic features. Simply add:
into apparmors firefox profile |
Beta Was this translation helpful? Give feedback.
Thanks for the info, @MrElectronics! ありがとうございます!
In fact, this problem seems fixed on KDE neon after the KDE 6 has been released on the last February.
I clean-installed KDE neon after the release, and I haven't experienced this issue on my end since then.
Note for the users of other Linux distributions: See the parent post of this post.