无法配置的解决方法:
$ sudo apt install fcitx fcitx-tools fcitx-config* fcitx-frontend* fcitx-module* fcitx-ui-* presage无法启动与用使用的解决方法:
首先,切换到用户主目录下面:cd ~
然后,创建并编辑.xprofile:sudo gedit .xprofile
接着,将以下内容拷贝到文件中:
export LC_ALL=zh_CN.utf8
export XMODIFIERS=@im=fcitx
export QT_IM_MODULE=xim
export GTK_IM_MODULE=xim
fcitx -d
然后保存退出::wq
最后,关机重启