安装fcitx,安装gtk、qt模块。

1
2
3
4
5
[root@Arctux ~]# pacman -S fcitx-im
:: There are 4 members in group fcitx-im:
:: Repository community
   1) fcitx  2) fcitx-gtk2  3) fcitx-gtk3  4) fcitx-qt4
Enter a selection (default=all):

安装fcitx配置工具

1
[root@ARCH ~]# pacman -S fcitx-configtool

.xinitrc文件添加gtk、qt支持

1
2
3
export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
export XMODIFIERS=@im=fcitx