Platforms to show: All Mac Windows Linux Cross-Platform

FAQ.What do I need for Linux to get picture functions working?

Answer: In order to get our plugins working on Linux systems without GUI, the plugin loads graphics libraries dynamically.

To get it working, the plugin tries to load gtk with this paths:

  • libgtk-x11-2.0.so"
  • libgtk-x11-2.0.so.0"
  • /usr/lib/libgtk-x11-2.0.so"
  • /usr/lib32/libgtk-x11-2.0.so"
  • /usr/lib/libgtk-x11-2.0.so.0"
  • /usr/lib32/libgtk-x11-2.0.so.0"

gdk is loaded with this paths:

  • libgdk-x11-2.0.so"
  • libgdk-x11-2.0.so.0"
  • /usr/lib/libgdk-x11-2.0.so"
  • /usr/lib32/libgdk-x11-2.0.so"
  • /usr/lib/libgdk-x11-2.0.so.0"
  • /usr/lib32/libgdk-x11-2.0.so.0"

For the paths without explicit path, the system will search in /lib, /usr/lib and all directories in the LD_LIBRARY_PATH environment variable.


The biggest plugin in space...