Closed ramesh45345 closed 2 years ago
Yep, I'm having the issue...
I can't make it work with https://bbs.archlinux.org/viewtopic.php?pid=1994258#p1994258
Older AppImages aren't working anymore...
Same issue as https://github.com/VSCodium/vscodium/issues/854
pkg2appimage
doesn't work anymore on Arch. Since aur
and rpm
are provided, and are working. I will only monitor the issue.
The lastest AppImage should work.
I have checked the latest appimage, and confirmed it is working on an up-to-date Arch install.
I am testing the Appimage
MrCode-1.62.3.21323.glibc2.17-x86_64.AppImage
on both a Fedora 35 (Silverblue, x86_64) and Arch Linux (updated as of 2021-11-24) machines, and I'm getting the following output:On Fedora 35:
On Arch Linux:
The appimage seems to work on Centos 8 Stream:
One thing to note per the errors, all of the above systems have a
libgio-2.0.so.0
. Fedora and Centos have that file at/lib64/libgio-2.0.so.0
, and Arch (as stated above) has it at/usr/lib/libgio-2.0.so.0
. As far as the packages that supply this file, CentOS ships withglib2-2.56.4-157.el8.x86_64
, Fedora 35 ships withglib2-2.70.1-1.fc35.x86_64
, and Arch usesglib2 2.70.1-1
. Is this a file that should be shipped with the appimage?