New lessons learned after a 7 year old adventure:
The libanalyzer.so shipped in the appimage differ from what they have in their repo.
Extract the appimage with Logic-1.2.40-Linux.AppImage --appimage-extract
and link with the libanalyzer.so found in the extracted squashfs-root/usr/lib/ folder. Be careful about the case of the 'A': in the appimage it is lower case a....
The libanalyzer.so shipped in the appimage differ from what they have in their repo.
Extract the appimage with Logic-1.2.40-Linux.AppImage --appimage-extract
and link with the libanalyzer.so found in the extracted squashfs-root/usr/lib/ folder. Be careful about the case of the 'A': in the appimage it is lower case a....