docker的centos7中IDEA中文

Terwer...小于 1 分钟过程改进开发效率开发流程dockerideacentoscentos7

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

# 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.shopen in new window

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"
评论
  • 按正序
  • 按倒序
  • 按热度
Powered by Waline v2.14.9