docker的centos7中IDEA中文

废话不多说,直接上干货。

1
2
3
4
5
# fcitx
RUN dnf remove ibus -y
RUN dnf remove imsettings imsettings-libs im-chooser -y

RUN dnf install fcitx fcitx-pinyin fcitx-configtool -y

idea.sh

1
2
3
4
5
6
export LC_CTYPE=zh_CN.UTF-8
export XIM=fcitx
export XIM_PROGRAM=fcitx
export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
export XMODIFIERS="@im=fcitx"
作者

Terwer

发布于

2022-05-24

更新于

2022-05-24

许可协议

评论