Contents

Linux issue records

Record some issues when I'm using Linux

Input method

Ibus can not work with IDEs of Jetbrains

Description: I can not 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.

How to solve it:

  1. Open “Help | Edit Custom VM options…” in GoLand.
  2. Add -Drecreate.x11.input.method=true to the last line.
  3. restart GoLand.