06-11-2022, 04:40 AM
I don't have an MX Linux system right now. You can open an appimage from a terminal like this:
./gimp-python2-mm-22.04jammy-x86_64.AppImage
Check the terminal for errors.
Gimps runs a 'wire read' on plugins before it launches so look for any python or MathMap wire read errors. I'm pretty sure the fast fourier transforms (fftw3) are libs used by other programs.
Adding anything missing is easy. These appimages mirror the linux filesystem and are essentially a virtual OS running in the current system.
./gimp-python2-mm-22.04jammy-x86_64.AppImage
Check the terminal for errors.
Gimps runs a 'wire read' on plugins before it launches so look for any python or MathMap wire read errors. I'm pretty sure the fast fourier transforms (fftw3) are libs used by other programs.
Adding anything missing is easy. These appimages mirror the linux filesystem and are essentially a virtual OS running in the current system.