Filebot renders as a blank window on BSPWM

Support for Ubuntu and other Desktop Linux distributions
Post Reply
exusiai
Posts: 1
Joined: 05 Oct 2021, 04:56

Filebot renders as a blank window on BSPWM

Post 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.
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Filebot renders as a blank window on BSPWM

Post 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
:idea: Please read the FAQ and How to Request Help.
Post Reply