UnsatisfiedLinkError: libawt_xawt.so: libXtst.so.6: Can not open the shared object

Support for Ubuntu and other Desktop Linux distributions
Post Reply
User avatar
rednoah
The Source
Posts: 22998
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

UnsatisfiedLinkError: libawt_xawt.so: libXtst.so.6: Can not open the shared object

Post by rednoah »

This error means that FileBot is trying to launch the GUI application on a system that can't run GUI applications:

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

:arrow: You can force headless mode by setting the java.awt.headless system property to true:

Code: Select all

export JAVA_OPTS="-Djava.awt.headless=true" && filebot --license /path/to/license.psm
:idea: Please read the FAQ and How to Request Help.
Post Reply