|
|
I am a beginner in gentoo. Now I met a problem about fcitx.
I have installed fcitx successfully, and then I edit a file 10xim in /etc/env.d/ as this :
XIM=fcitx
XIM_PRGROAM=fcitx
XMODIFIERS=@im=fcitx
GTK_IM_MODULE=fcitx
and then run
env-update
After I login gdm , I found fcitx doesn't work, I can't activate fcitx anyway.
But when I open a terminal, I execute
$echo $XMODIFIERS
@im=fcitx
It seems that XMODIFIERS has been correctly set. Why fcitx still cant' work?
How can I solve this problem? |
|