oni2
oni2 copied to clipboard
AppImage fails to run
Related issue: https://github.com/onivim/oni2/issues/2444
From what I can gather, the issue is:
sed: /home/luke/Downloads/Onivim2-linux-master/Onivim2.AppDir/usr/lib/libselinux.so.1: no version information available (required by sed)
sed: /home/luke/Downloads/Onivim2-linux-master/Onivim2.AppDir/usr/lib/libselinux.so.1: no version information available (required by sed)
By the looks of it, the AppImage is no longer self contained. On my ArchLinux system it fails to run with a different error:
$ Onivim2.AppImage --nofork --debug
/tmp/.mount_OnivimSEERJQ/usr/bin/Oni2_editor: symbol lookup error: /usr/lib/libgio-2.0.so.0: undefined symbol: g_module_open_full
This is with the 0.5.7 build from the early access portal.
Edit: It turns out my issue had already been reported https://github.com/onivim/oni2/issues/3824
By the looks of it, the AppImage is no longer self contained. On my ArchLinux system it fails to run with a different error:
$ Onivim2.AppImage --nofork --debug /tmp/.mount_OnivimSEERJQ/usr/bin/Oni2_editor: symbol lookup error: /usr/lib/libgio-2.0.so.0: undefined symbol: g_module_open_fullThis is with the 0.5.7 build from the early access portal.
Edit: It turns out my issue had already been reported #3824
Hey donbex!
The AppImage needs two patches, one is for glibc, mentioned here. You may get another error for libffi.so.7, then you need to install libffi7 from AUR. It should then work for you.
This also affects Fedora FWIW.