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.

然后看到了开发者给的解决办法

  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
    切换中文输入法并输入, 看看是不是可以了~

引用来源: 点击查看

补充:
工具无法自动提示可用的下载包如何处理?
在最新版里, 不能自动提示可用的包.
我复制了Jetbrain 他们官网的最新版jbr的下载地质,改了下后缀就可以下载了
参考链接
最新:
https://cache-redirector.jetbrains.com/intellij-jbr/jbr_jcef-11_0_11-linux-x64-b1504.5.tar.gz
文中版本:
https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk-11_0_7-linux-x64-b765.53.tar.gz

posted @ 2021-02-25 09:56  nextkara  阅读(529)  评论(0编辑  收藏  举报