Interlij 无法使用中文输入法解决方法(适用于Interlij全家桶 Linux环境)
作者:互联网
最近切换到了Ubuntu的系统作为工作环境, 在使用Pycharm的时候, 出现了个奇怪的问题
中文是无法正常输入的, 然后找遍了网上的解决办法.
系统信息如下:
中文输入法是 ibus
确认环境变量声明的办法是无效的之后, 去找了下官方反馈
原因是:
This is a bug introduced in the new JBR so the old JBR helps. Please use that old JBR version as a workaround currently.
When this issue is fixed, you could switch back to the bundled JBR after fixing.
然后看到了开发者给的解决办法
-
首先安装 Choose Runtime 的插件
-
重启IDE
-
点击菜单 Help -> Find Action
输入 Choose Runtime 回车运行
-
选择 jbrsdk-11_0_7-linux-x64-b765.53.tar.gz 项执行安装(Install)
-
重启IDE
切换中文输入法并输入, 看看是不是可以了~
引用来源: 点击查看
标签:中文,Interlij,old,JBR,输入法,Choose,Linux,IDE 来源: https://www.cnblogs.com/nextkara/p/14445303.html