output
linux fedora 24 设置 terminal 使用 fcitx
input
google fedora fcitx
https://yq.aliyun.com/articles/33311
algo
vim ~/.bash_profile
export XIM=fcitx
export XIM_PROGRAM=fcitx
export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
export XMODIFIERS="@im=fcitx"
eval `dbus-launch --sh-syntax --exit-with-session`
本文介绍如何在Linux Fedora 24系统中设置Terminal使用Fcitx输入法,通过修改~/.bash_profile文件并设置相应的环境变量来实现。
811

被折叠的 条评论
为什么被折叠?



