I've been using Filebot for a while and I love it. I'm runing it on Archlinux, using the "package" (sort of) in the AUR (a sort of community repository). Anyway, I've noticed after an update recently that Filebot stopped using my _JAVA_OPTIONS related to swing and the use of the gtk theme (other java software still use them). I suspected there was something wrong with the package's launcher, so I proceeded to manually launch filebot with a basic "java -jar" and it was still there. Did you guys change changed something regarding that or is there something wrong on my system?
The _JAVA_OPTIONS line that I'm using is :
Code: Select all
_JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=on -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel -Dswing.crossplatformlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel'
Thanks.