Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

running IntelliJ idea from terminal prints everything has changed

I use manjaro linux and run applications from the terminal. Recently when I type idea (running I assume idea.sh, as this is what the top of the terminal says), and try to minimize and expand the idea window the terminal prints "Everything has changed". Is this something I should care about or is it just some random text?

everything has changed

like image 643
klemen kobau Avatar asked Oct 21 '18 10:10

klemen kobau


1 Answers

It's a bug in the bundled JDK, should be already fixed in a later version: https://youtrack.jetbrains.com/issue/JRE-854

like image 104
Peter Gromov Avatar answered Sep 20 '22 05:09

Peter Gromov