hotspot icon indicating copy to clipboard operation
hotspot copied to clipboard

AppImage does not start on non-glibc (gnu_dev_makedev: symbol not found) and needs local-installed libfuse2

Open GitMensch opened this issue 2 years ago • 0 comments
trafficstars

Describe the bug Starting the run-everywhere AppImage doesn't work.

To Reproduce Try to start that on any system that has no libfuse2 (still allows to run extracted) or does not use glibc (does not start at all, error message shown in ldd).

Expected behavior Should open.

Additional context If I understood https://github.com/AppImage/AppImageKit/issues/877 correctly then the AppImage needs to be built differently using appimagetool --runtime-file with the type2-runtime.

GitMensch avatar May 05 '23 21:05 GitMensch