output
linux fedora 24 安装 fcitx 输入法
input
google linux 输入法 推荐
https://www.zhihu.com/question/19839748
baidu fedora fcitx
http://blog.chinaunix.net/uid-14735472-id-5604579.html
logout
google fedora fcitx
https://yq.aliyun.com/articles/33311
fcitx-table-chinese=中文输入库
github fcitx
https://fcitx-im.org/wiki/Fcitx
Fcitx is an input method framework
algo
安装 fcitx框架 fcitx配置工具 fcitx中文库
sudo dnf install fcitx fcitx-configtool -y
sudo dnf install fcitx-table-chinese -y
vim ~/.bash_profile (login shell会读取)配置环境,末尾添加:
export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
export XMODIFIERS="@im=fcitx"
fcitx & # run fcitx in background after booting
log out 一次,配置fcitx
super 运行 fcitx configtool
删除所有输入法
+(add) 添加 English (US) 和 Pinyin
ctrl+space 切换 输入法
sum
- 不用 remove ibus
不用 log out,需要 log out ,避免出现 configtool 无法显示库 或 无法切换输入法- 不要在 .bashrc 配置启动加载程序,而是在 .bash_profile配置,因为 non login shell 每次都会读取,造成隐患