Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Colour picker crashing intellij

I'm actually encountering this error on CLion, but I reproduced it in IntelliJ. When I go into settings, to change the colour settings, when I press on the colour to open the colour picker, CLion freezes, then crashes. On windows, it works fine and opens up the colour picker. I get the same results on OpenJDK and on Oracle Java. I couldn't test on java 7, because Oracle makes it hard to download.

The error log is here, but it's 1500 lines.

like image 553
Moonchild Avatar asked Dec 09 '16 03:12

Moonchild


1 Answers

A lot of features related to the GUI does not work under Wayland yet and if an application fails to handle it correctly, it crashes.

As an workaround, you can log into your account with old X11 (choose GNOME on X in the login screen).

like image 142
Jakuje Avatar answered Sep 30 '22 07:09

Jakuje