Passing JRE flags to filebot?
Posted: 22 May 2025, 07:22
Is it possible to pass Java flags to filebot? I'm investigating some Wayland issues on Linux, and I'd like to try a different AWT toolkit (which is available in the JRE) but it fails:
Shell: Select all
$ filebot -Dawt.toolkit.name=WLToolkit
Did you read the manual?
└ https://www.filebot.net/manpage.html
Did you quote and escape your arguments correctly?
└ https://www.filebot.net/help/args.html
args[1] = -Dawt.toolkit.name=WLToolkit
"-Dawt.toolkit.name=WLToolkit" is not a valid option