Package desktop applications as AppImages that run on common Linux-based operating systems, such as RHEL, CentOS, openSUSE, SLED, Ubuntu, Fedora, debian and derivatives. Join #AppImage on irc.libera.chat
Short description: XUbuntu 22.04 x64 box, all updates apt-gotten. AppImageLauncher installed from PPM. Endless Sky v0.10.2 from https://github.com/endless-sky/endless-sky/releases/tag/v0.10.2 was able to cmdline launch before installing AppImageLauncher . After installing AppImageLauncher, trying to launch errors with a "execv error: No such file or directory"
Longer description:
Have repro'd this on two boxes here.
Xubuntu 22.04, all updates fetched and installed. (Last checked 2023/07/10). Kernel is stock plus Nvidia 525/530 drivers installed. Also libfuse2, libfuse3 installed
From cmdline, chmod +x ~/Downloads/Endless_Sky-v0.10.2-x86_64.AppImage . Then execute "~/Downloads/Endless_Sky-v0.10.2-x86_64.AppImage". Note that the game launches to the main menu
Re-execute "~/Downloads/Endless_Sky-v0.10.2-x86_64.AppImage" . AppImageLauncher window appears. Accept ~/Applications as the dest location, pick install and run. Note that it does not launch.
From cmdline, execute "~/Applications/Endless_Sky-v0.10.2-x86_64.AppImage". It errors out with a "execv error: No such file or directory"
What I've done to troubleshoot:
Re-download the AppImage from site, diff the files in ~/Downloads , diff that against copy in ~/Applications . Identical
Doing an apt search on AppImageLauncher shows this version: appimagelauncher/jammy,now 202211022349-stable-0f91801~ubuntu22.04.1 amd64 [installed]
I ran "strace ./Applications/Endless_Sky..." , stderr captured. That is attached. in the .zip
Short description: XUbuntu 22.04 x64 box, all updates apt-gotten. AppImageLauncher installed from PPM. Endless Sky v0.10.2 from https://github.com/endless-sky/endless-sky/releases/tag/v0.10.2 was able to cmdline launch before installing AppImageLauncher . After installing AppImageLauncher, trying to launch errors with a "execv error: No such file or directory"
Longer description:
What I've done to troubleshoot: