# ubuntu18.04 root权限下的pycharm输入中文


在`pycharm.sh`中添加以下内容
```
export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
export XMODIFIERS=@im=fcitx
```

