Skip to content
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

AppImage doesn't work on debian testing (undefined symbol) #1407

Open
mash-graz opened this issue Nov 22, 2024 · 0 comments
Open

AppImage doesn't work on debian testing (undefined symbol) #1407

mash-graz opened this issue Nov 22, 2024 · 0 comments
Labels

Comments

@mash-graz
Copy link

What happened?

Although the AppImage will start on my debian testing gnome wayland machine and presents the GUI surface it doesn't work as expected. It will not create new workspaces or start already existing ones.

On the command line it logs some errors:

❯ ~/Downloads/DevPod_linux_amd64.AppImage
/usr/lib/x86_64-linux-gnu/gvfs/libgvfscommon.so: undefined symbol: g_task_set_static_name
Failed to load module: /usr/lib/x86_64-linux-gnu/gio/modules/libgvfsdbus.so
/usr/lib/x86_64-linux-gnu/gvfs/libgvfscommon.so: undefined symbol: g_task_set_static_name
Failed to load module: /usr/lib/x86_64-linux-gnu/gio/modules/libgvfsdbus.so
/usr/lib/x86_64-linux-gnu/gvfs/libgvfscommon.so: undefined symbol: g_task_set_static_name
Failed to load module: /usr/lib/x86_64-linux-gnu/gio/modules/libgvfsdbus.so
/lib/x86_64-linux-gnu/libcurl-gnutls.so.4: undefined symbol: nghttp2_option_set_no_rfc9113_leading_and_trailing_ws_validation
Failed to load module: /usr/lib/x86_64-linux-gnu/gio/modules/libgiolibproxy.so
/usr/lib/x86_64-linux-gnu/gio/modules/libdconfsettings.so: undefined symbol: g_assertion_message_cmpint
Failed to load module: /usr/lib/x86_64-linux-gnu/gio/modules/libdconfsettings.so

The cli application and also the DevPod binary in the DevPod_linux_x86_64.tar.gz bundle aren't affected by these incompatibilities and work fine.

Local Environment:

  • DevPod Version: v0.6.1
  • Operating System: linux (debian testing + gnome wayland)
  • ARCH of the OS: AMD64

DevPod Provider:

  • Local/remote provider: docker (podman)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant