Search found 7 matches

by oijlkj
17 Apr 2017, 12:06
Forum: Feature Requests and Bug Reports
Topic: Graphical quirks/glitches running over X forwarding
Replies: 10
Views: 7807

Re: Graphical quirks/glitches running over X forwarding

Here you go:

Code: Select all

# export _JAVA_OPTIONS="-Dorg.example.test=true"
# filebot -script fn:sysenv | grep "org.example.test"
Picked up _JAVA_OPTIONS: -Dorg.example.test=true
_JAVA_OPTIONS: -Dorg.example.test=true
org.example.test: true
by oijlkj
06 Apr 2017, 10:12
Forum: Feature Requests and Bug Reports
Topic: Graphical quirks/glitches running over X forwarding
Replies: 10
Views: 7807

Re: Graphical quirks/glitches running over X forwarding

If I understand this and the results of the rest of my searching correctly, this is a bug in Java 8. Not present in Java 7 and scheduled for fix in Java 9.

https://bugs.openjdk.java.net/browse/JDK-7172749

I'll use it from a VM in the meantime.

Thanks for your followup.
by oijlkj
06 Apr 2017, 09:50
Forum: Feature Requests and Bug Reports
Topic: Graphical quirks/glitches running over X forwarding
Replies: 10
Views: 7807

Re: Graphical quirks/glitches running over X forwarding

Works fine from a Debian VM to a Debian server. On the mac/xquartz, I see this output in my terminal whenever I click a button in the filebot interface: Exception in thread "AWT-EventQueue-0" java.lang.ClassCastException: sun.awt.image.BufImgSurfaceData cannot be cast to sun.java2d.xr.XRSurfaceData ...
by oijlkj
05 Apr 2017, 23:13
Forum: Feature Requests and Bug Reports
Topic: Graphical quirks/glitches running over X forwarding
Replies: 10
Views: 7807

Re: Graphical quirks/glitches running over X forwarding

In my SSH session setting export LIBGL_ALWAYS_INDIRECT=1 resolves libGL error: No matching fbConfigs or visuals found libGL error: failed to load driver: swrast on the mac setting defaults write org.macosforge.xquartz.X11 enable_iglx -bool true resolves Failed in glXMakeCurrent but I have a new ...
by oijlkj
05 Apr 2017, 18:20
Forum: Feature Requests and Bug Reports
Topic: Graphical quirks/glitches running over X forwarding
Replies: 10
Views: 7807

Re: Graphical quirks/glitches running over X forwarding

Issue still present with any of those options export _JAVA_OPTIONS="-Dsun.java2d.xrender=False -Dsun.java2d.opengl=False" filebot Picked up _JAVA_OPTIONS: -Dsun.java2d.xrender=False -Dsun.java2d.opengl=False libGL error: No matching fbConfigs or visuals found libGL error: failed to load driver ...
by oijlkj
05 Apr 2017, 17:17
Forum: Feature Requests and Bug Reports
Topic: Graphical quirks/glitches running over X forwarding
Replies: 10
Views: 7807

Re: Graphical quirks/glitches running over X forwarding

I explored the opengl, xrender and pmoffscreen options without resolving the issue. Here's the output with personal data redacted: FileBot 4.7.8 (r4846) JNA Native: 5.1.0 MediaInfo: 0.7.92.1 7-Zip-JBinding: 9.20 Chromaprint: 1.4.2 Extended Attributes: OK Unicode Filesystem: OK GVFS: groovy.lang ...
by oijlkj
05 Apr 2017, 15:20
Forum: Feature Requests and Bug Reports
Topic: Graphical quirks/glitches running over X forwarding
Replies: 10
Views: 7807

Graphical quirks/glitches running over X forwarding

I'm testing filebot running on my Debian Jessie server over ssh X forwarding to my mac desktop using Xquartz. While the app is functional, there are several graphical glitches. I'm thinking this might be related to the widgets used in the app, but I don't have a lot of experience running apps this ...