UnsatisfiedLinkError: libawt_xawt.so: libXtst.so.6: Can not open the shared object
Posted: 17 Aug 2018, 22:54
This error means that FileBot is trying to launch the GUI application on a system that can't run GUI applications:
You can force headless mode by setting the java.awt.headless system property to true:
Code: Select all
java.lang.UnsatisfiedLinkError: /usr/share/filebot/jre/lib/libawt_xawt.so: libXtst.so.6: Can not open the shared object file: No file or folder of this type

Code: Select all
export JAVA_OPTS="-Djava.awt.headless=true" && filebot --license /path/to/license.psm