关于Interlij 无法使用中文输入法的解决方法(适用于Interlij全家桶 Linux环境)
(编辑:jimmy 日期: 2024/11/6 浏览:3 次 )
最近切换到了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.
然后看到了开发者给的解决办法
1.首先安装 Choose Runtime
的插件
2.重启IDE
3.点击菜单 Help -> Find Action
输入 Choose Runtime 回车运行
4.选择 jbrsdk-11_0_7-linux-x64-b765.53.tar.gz 项执行安装(Install)
5.重启IDE
切换中文输入法并输入, 看看是不是可以了~
引用来源: 点击查看
下一篇:解决appcode打开workspace无法找到xcodeproj项目文件问题