Linux issue cheat sheet
Input method Ibus cannot work with IDEs of Jetbrains Description I cannot input CJK characters within the GoLand. More correctly, when I input more than 4 characters, the input method will disappear directly and have an underline show under the typed characters. Solution Open “Help | Edit Custom VM options…” in GoLand. Add -Drecreate.x11.input.method=true to the last line. restart GoLand.