We use NoMachine Workstation 5.0.63 to connect to PhpStorm application on a linux server with Java 1.8 using a Mac OS El Capitan / Xquartz. It works until we open some dialogs. The GUI stops responding, the dialog is not fully painted (it is fully white in general but it can contain an edit field).
After some tests, we found that :
- it works correctly using Windows and Linux clients
- it works on OS X if we disable xrender (put “-Dsun.java2d.xrender=false” in the configuration file “phpstorm64.vmoptions”) but the rendering is really slow
Can we say that there is a bug in the way java implements xrender that you handle correctly on Windows and Linux but not on MacOs? Is it due to the Xquartz implementation? Are there some alternative solutions?
Thanks,
Olivier