wsl 安装输入法
一、准备
- sudo vim /etc/locale.gen
- 移除这行的注释 "zh_CN.UTF8 UTF8"
- 下载语言: sudo locale-gen
sudo apt install ibus ibus-libpinyin ibus-gtk* ibus-qt*
三、配置
im-config
select "OK"
select "Yes" to question "Do you explicitly select the user configuration?"
select "ibus"
select "OK"
select "OK"
select "Yes" to question "Do you explicitly select the user configuration?"
select "ibus"
select "OK"
select "OK"
四、启用ibus service
dbus-launch ibus-daemon -drx
dbus-launch ibus-setup
五、重启
sudo pkill ibus-daemon
dbus-launch ibus-daemon -drx
dbus-launch ibus-daemon -drx
六、自启动 To automate the service
Create file /etc/profile.d/ibus.sh, with the following content:
export LC_CTYPE="zh_CN.UTF-8"
export XIM=ibus
export XIM_PROGRAM=/usr/bin/ibus
export QT_IM_MODULE=ibus
export GTK_IM_MODULE=ibus
export XMODIFIERS=@im=ibus
export DefaultIMModule=ibus
ibus-daemon -drx
七、移除fcitx, edit /etc/profile.d/fcitx.sh to remove fcitx-autostart and fcitx's variables.
sudo rm /etc/profile.d/fcitx*
评论
发表评论