VSCodium/vscodium

cannot launch vscodium appimage

newyorkthink opened this issue · 8 comments

Are you using Fedora 35? I'm having the same issue after updating from Fedora 34, where the appimage worked correctly.

I'm getting the same issue on Void Linux

The issue is due to the new glib2 2.70 and not limited to VSCodium...
I wasn't successful with the workaround: https://bbs.archlinux.org/viewtopic.php?pid=1994258#p1994258

It's the same issue as #854

Can you try VSCodium-1.63.2-1639774037.glibc2.17-x86_64.AppImage.zip?
I've been able to make it run under Arch and Fedora 34/35 while being built on Ubuntu 18.04.
The changes I've made can be found at #944.

Can you try VSCodium-1.63.2-1639774037.glibc2.17-x86_64.AppImage.zip? I've been able to make it run under Arch and Fedora 34/35 while being built on Ubuntu 18.04. The changes I've made can be found at #944.

Works on Fedora 35

Mu-00 commented

Can you try VSCodium-1.63.2-1639774037.glibc2.17-x86_64.AppImage.zip? I've been able to make it run under Arch and Fedora 34/35 while being built on Ubuntu 18.04. The changes I've made can be found at #944.

Works on Gentoo

Before pushing the PR, I'm waiting for more feedback from the AppImage team. I've isolated the issue is due to the libraries libgmodule-2.0.so and libsqlite3.so.
In any case, I will push it for the next release.

Closing in favor of #854 (same issue, first report)