[3rd-Party Apps] IDEA中文输入法不跟随 Resolved
Tofloor
poster avatar
tifa
deepin
2022-12-02 05:28
Author

之前在ubuntu下一直用的 https://github.com/RikudouPatrickstar/JetBrainsRuntime-for-Linux-x64 这个jbr,中文输入法是跟随的。可是昨天换到Deepin后,更换 jbr 时提示更换不成功,强行替换直接打不开了。各位的deepin有问题吗?如果没有问题,用的是哪个版本的IDEA呢?

截图_选择区域_20221201212734.png

Reply Favorite View the author
All Replies
tifa
deepin
2022-12-02 06:13
#1

问题解决了,是deepin的问题,少了一个文件,打开 idea 时报错 /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29‘ not found。

于是我找到了解决方案:https://chenyirong.blog.csdn.net/article/details/123641552

按照这位博主的步骤成功了。

截图_选择区域_20221201221306.png

Reply View the author
liwl
deepin
2022-12-02 07:48
#2

idea有大额头吗?我正想把vscode换掉。。。

vscode的光标 ,总是在编辑或者非编辑状态跳到servers插件上。。。,受不了了

Reply View the author
ice
deepin
2022-12-02 17:26
#3
liwl

idea有大额头吗?我正想把vscode换掉。。。

vscode的光标 ,总是在编辑或者非编辑状态跳到servers插件上。。。,受不了了

有的,

Reply View the author
DebuggerX
deepin
2022-12-02 18:19
#4
tifa

问题解决了,是deepin的问题,少了一个文件,打开 idea 时报错 /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29‘ not found。

于是我找到了解决方案:https://chenyirong.blog.csdn.net/article/details/123641552

按照这位博主的步骤成功了。

截图_选择区域_20221201221306.png

换 GLIBC 容易出事,不推荐……

其实只要用低版本 GLIBC 编译一下jbr就好了,github上都是开源的,比如我的:

https://github.com/debuggerx01/JetBrainsRuntime-for-Linux-x64/tags

利用 github action编译,都不用污染本机环境

Reply View the author
tifa
deepin
2022-12-02 21:17
#5
DebuggerX

换 GLIBC 容易出事,不推荐……

其实只要用低版本 GLIBC 编译一下jbr就好了,github上都是开源的,比如我的:

https://github.com/debuggerx01/JetBrainsRuntime-for-Linux-x64/tags

利用 github action编译,都不用污染本机环境

哦哦,我明白了,可能是github上那位编译的版本依赖太高了吧,导致我用不了,我知道您的意思了,谢谢。

Reply View the author
xuqi
deepin testing team
2022-12-02 21:34
#6
  • 这个好像是已知问题~
Reply View the author
stlswm
deepin
2023-03-07 17:14
#7
DebuggerX

换 GLIBC 容易出事,不推荐……

其实只要用低版本 GLIBC 编译一下jbr就好了,github上都是开源的,比如我的:

https://github.com/debuggerx01/JetBrainsRuntime-for-Linux-x64/tags

利用 github action编译,都不用污染本机环境

jetbrains 22.3的版本上有问题,有时候无法键入文字,随机出现故障

Reply View the author
DebuggerX
deepin
2023-03-07 17:25
#8
stlswm

jetbrains 22.3的版本上有问题,有时候无法键入文字,随机出现故障

你需要根据IDE内置的jbr的版本去编译,新版本IDE用老版本jbr打补丁就容易出问题

Reply View the author