Ronald
Ronald

Reputation: 301

Spring Tool Suite 3.9.6 Editor refreshing repeatedly

I installed STS 3.9.6 in ubuntu 18.04 and the editor is refreshing frequently, so it is very difficult to work in this way.

Thanks for all

Upvotes: 1

Views: 79

Answers (1)

howlger
howlger

Reputation: 34137

This sounds like the problem that has been reported as Eclipse bug 517671 and is caused by a bug in GTK3 which seems to be fixed in GTK 3.22.11 and higher.

The following solutions/workarounds can be found in the comments of the mentioned bug:

  • Upgrade GTK3 to 3.22.11 or higher, e. g. by upgrading Ubuntu (see comment #7)
  • In ~/.profile add export GTK_IM_MODULE=ibus (see comment #58; already verified by you)
  • Only if both of the above are not possible or do not work, do export SWT_GTK3=0 before running Eclipse (see comment #1)

Upvotes: 1

Related Questions