天天看點

Ubuntu 18.04下,Goland和Clion 不能輸入中文問題;

最近使用goland 和 clion 進行開發時;發現不能使用中文輸入法;就是很尴尬;

通過搜尋教程,我使用的時sogou輸入法,使用的時fcitx 架構;需要配置環境變量;

這時候,我們需要在啟動腳本裡加入:

export XMODIFIERS="@im=fcitx"
export GTK_IM_MODULE="fcitx"
export QT_IM_MODULE="fcitx"           

複制

配置後重新開機即可;不需要配置fcitx;

參考連結:

https://www.cnblogs.com/leo-li-3046/p/5852831.html

保持更新,更多内容請關注cnblogs.com/xuyaowen;