Thanks Thomas, you saved my life. 6 months thousands of crashing x2gosessions fixed by simply disabling javas2d xrenderer. Works well also for other Java applications.
export _JAVA_OPTIONS='-Dsun.java2d.xrender=false' in /etc/Profile
Am 26. August 2016 12:00:02 MESZ, schrieb x2go-dev-request@lists.x2go.org:
Send x2go-dev mailing list submissions to x2go-dev@lists.x2go.org
To subscribe or unsubscribe via the World Wide Web, visit http://lists.x2go.org/listinfo/x2go-dev or, via email, send a message with subject or body 'help' to x2go-dev-request@lists.x2go.org
You can reach the person managing the list at x2go-dev-owner@lists.x2go.org
When replying, please edit your Subject line so it is more specific than "Re: Contents of x2go-dev digest..."
Today's Topics:
- Bug#645: (Thomas Hamacher | sepus software)
- Bug#1078: Windows 10 X2Go Client displays on detached monitor (Peter Bakker)
- Bug#1072: X2Go Client: top 24 pixels in fullscreen session do not respond to mouse clicks (Chris Martin)
- Re: x2go-client dual-monitors (Ulrich Sibiller)
- Bug#1072: Bug#1072: X2Go Client: top 24 pixels in fullscreen session do not respond to mouse clicks (Ulrich Sibiller)
Message: 1 Date: Wed, 17 Aug 2016 07:41:09 +0000 From: "Thomas Hamacher | sepus software" <tha@sepus.biz> To: "645@bugs.x2go.org" <645@bugs.x2go.org> Subject: [X2Go-Dev] Bug#645: Message-ID: <A13140405D49774AA32082BD6C0DA3FE01860B663E@EX10MBOX1H.hosting.inetserver.de>
Content-Type: text/plain; charset="us-ascii"
When using IntelliJ this issue can be solved by disabling XRender. You can do this with the flag
-Dsun.java2d.xrender=false
Simply add this to the <IDEA_HOME>/bin/idea.vmoptions and it works.
Maybe this thread also helps: https://intellij-support.jetbrains.com/hc/en-us/community/posts/206240979-in...