-
-
Notifications
You must be signed in to change notification settings - Fork 86
Description
As was pointed out by the confused interloper submitting #303, the Appimage doesn't seem to work. Trying it myself, the only error message I got was
/tmp/.mount_NXEngi0sJICj/usr/bin/nxengine-evo: error while loading shared libraries: libjpeg.so.62: cannot open shared object file: No such file or directory.
And then I ran
$ sudo apt install libjpeg62
And after that, the appimage actually worked as intended.
(I am on an ubuntu 24.04 variant)
So to me it seems like the only thing wrong with the appimage, currently, is that it's not actually bundling all the libraries it needs, and so it has has outside dependencies.
With the needed libraries onboard, it will still run. It's just not as self-contained as it's supposed to be; it's not really broken so much as it's just incomplete.
How hard would it be to add the needed libraries to the appimage build?