Pycharm,GoLand,Phpstorm等jetbrains在Linux(Centos)下无法输入中文的问题解决。
程序员文章站
2022-05-10 19:40:50
...
在Linux下使用tar包解压缩的编程工具存在中文输入不了。却在终端或者网页都可以正常使用中文输入。这是怎么回事呢?
首先确保ibus都装好着呢。
# yum grouplist hidden |grep "Input"
Input Methods
就是这个安装组包。
# yum groupinstall "Input Methods"
若问题还未解决。在 工具的启动文件加点东西。
# pwd
/opt/pycharm-2017.3.4/bin
# vim pycharm.sh
添加那三个export就可以了。
亲测发现可行!!!!!