About the GUI on linux and scripting
Posted: 29 Jan 2015, 13:24
Hi,
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 :
My second question is regarding the cli and preferences. Is there a way to save preferences like the GUI does so that calling it assumes them. I'm thinking specifically about formats. I always use the same formats that are a bit different from the default. This would make my cli parameters a bit long. So is there a way to configure that in a file or should I just write some aliases/scripts to manually call the cli with the format more easily?
Thanks.
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.