首页 > ubuntu下android studio,phpstorm,都无法使用中文输入法。

ubuntu下android studio,phpstorm,都无法使用中文输入法。

ubuntu下android studio,phpstorm,都无法使用中文输入法。


14.04下Netbeans里能调用Fcitx输入法.
Ubuntu 14.04 安装小企鹅输入法 Fcitx

sudo apt-get install fcitx-pinyin fcitx-table-wubi

Alt+F2运行 im-config 设置Fcitx为默认输入法.
关闭iBus启动Fcitx:

killall ibus-daemon
fcitx -d

注销系统,重新登录.


按照eechen的说法,并不能解决问题,我默认安装的英文,使用的openjdk,安装的phpstorm,企鹅输入法,搜狗输入法都装了,其他的软件都可以输入中文,phpstorm不可以。


在studio.sh头部添加
export XMODIFIERS="@im=fcitx"
export GTK_IM_MODULE="fcitx"
export QT_IM_MODULE="fcitx"

参考:http://blog.csdn.net/asdwkl2584561379/article/details/46375325

【热门文章】
【热门文章】