-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VSCodium AppImage will not run after latest update #854
Comments
I had the exact same error, When I executed the patched Appimage, i got this error : However you can install the aur vscodium-bin ( |
Can you try VSCodium-1.63.2-1639774037.glibc2.17-x86_64.AppImage.zip? |
It also works on my OpenSUSE Tumbleweed. Thanks! |
See AppImage/AppImageKit#1162. Looks like something that needs to be fixed over at AppImageKit. Rebuilding the AppImage then should fix the issue. |
The issue is due to the libraries |
I'm having this issue using
Using Gentoo Linux amd64 with glib-2.70.2. Worked around it by downgrading to glib-2.68.4. |
@nuno-silva Have you tried :
|
The AppImage for |
Just confirmed |
Seems like it's happening again with
|
Yep! I have the same error... |
I'm regenerating the AppImage with the fix. |
It's working! Thanks. |
Describe the bug
VSCodium AppImage conflicts with packages on Manjaro and will not run. Trying to execute AppImage from GUI results in no action. Executing AppImage from terminal reveal error:
codium: symbol lookup error: /usr/lib/libgio-2.0.so.0: undefined symbol: g_module_open_full
Please confirm that this problem is VSCodium-specific
Tested this by installing Code-OSS from Arch community repository
Also set up new Manjaro installation on another computer and tried running the AppImage there. Had the same result.
Please confirm that the issue/resolution isn't already documented
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Application should run
Desktop (please complete the following information):
Additional context
After updating my system packages yesterday, trying to execute the AppImage as normal (from GUI/rofi) resulted in no action. Executing AppImage from the terminal produced this error:
codium: symbol lookup error: /usr/lib/libgio-2.0.so.0: undefined symbol: g_module_open_full
Found this Arch forum post with a similar problem for a different AppImage
Patched VSCodium AppImage with glib2 version 2.68.4.
When executing the patched AppImage a similar error occurs, but now it is a different library/package:
codium: symbol lookup error: /usr/lib/libtracker-sparql-3.0.so.0: undefined symbol: sqlite3_expanded_sql
The text was updated successfully, but these errors were encountered: