idea linux版光标不跟随(左下角)问题解决

2023-06-03

问题原因:

官方运行时有bug ,且官方不解决不合并pr

 

方案1 手动编译官方包

https://github.com/JetBrains/JetBrainsRuntime.git

https://github.com/prehonor/myJetBrainsRuntime

git apply idea.patch

 

方案2 使用别人编译好的

https://github.com/RikudouPatrickstar/JetBrainsRuntime-for-Linux-x64/releases

ctrl shift a 
runtime

 

 

都不行再尝试 profile中增加

export XMODIFIERS="@im=ibus"
export GTK_IM_MODULE=ibus
export QT_IM_MODULE=ibus