Improved AppImage of Azahar independent of the host libc and added bonus x86_64_v3
optimizations.
If you are on wayland (specially GNOME wayland) and get freezes or crahes you are likely affected by this issue that affects all Qt6 apps: pkgforge-dev/Citron-AppImage#50
To fix it simply set the env variable QT_QPA_PLATFORM=xcb
Upstream Azahar refuses to follow the bare minimum suggested by the appimage spec of targetting the oldest still suppot ubuntu LTS release, which at the time of writting this is Ubuntu 20.04.
-
azahar-emu/azahar#985 wtf?!
This AppImage is not only able to work on such old systems, it is able to work on ubuntu 14.04 and Alpine linux (musl). The limit here being a too old kernel and not the libc.
AppImage made using sharun, which makes it extremely easy to turn any binary into a portable package without using containers or similar tricks.
This AppImage bundles everything and should work on any linux distro, even on musl based ones.
It is possible that this appimage may fail to work with appimagelauncher, I recommend these alternatives instead:
-
AM
am -i azahar-enhanced
orappman -i azahar-enhanced
-
dbin
dbin install azahar-enhanced.appimage
-
soar
soar install azahar-enhanced
This appimage works without fuse2 as it can use fuse3 instead, it can also work without fuse at all thanks to the uruntime
More at: AnyLinux-AppImages