Page 1 of 1

Filebot renders as a blank window on BSPWM

Posted: 05 Oct 2021, 05:06
by exusiai
Filebot opens as a blank window on BSPWM. Running Filebot from terminal does not produce output (if there is a specific log command let me know). Right clicking on certain areas of the window will bring up the menu so it seems to still 'work'. Picture: https://ibb.co/qdBF2tx

I'm running BSPWM on Arch. Installed via AUR. No other application has this issue, and I have the latest nvidia proprietary drivers.

Re: Filebot renders as a blank window on BSPWM

Posted: 05 Oct 2021, 09:55
by rednoah
Sorry, no idea. You could try playing with rendering-related Java options. Google might help, because issue is likely universal to all Java Swing applications. Finding good keywords might be hard though.

e.g. sun.java2d.opengl
rednoah wrote: 30 Jun 2016, 08:36 Enable OpenGL render pipeline: sun.java2d.opengl = true | false

Code: Select all

filebot -script fn:properties --def sun.java2d.opengl=true
e.g. sun.java2d.xrender
https://docs.oracle.com/javase/8/docs/t ... ml#xrender