I'm on Linux Mint 21.2 Cinnamon, and i get this errors by starting the AppImage
"Failed to load module "xapp-gtk3-module" /tmp/.mount_inkscaMCUAFF/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /lib/x86_64-linux-gnu/libgnutls.so.30) Failed to load module: /usr/lib/x86_64-linux-gnu/gio/modules/libgiognutls.so /tmp/.mount_inkscaMCUAFF/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /lib/x86_64-linux-gnu/libproxy.so.1) Failed to load module: /usr/lib/x86_64-linux-gnu/gio/modules/libgiolibproxy.so /tmp/.mount_inkscaMCUAFF/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /usr/lib/x86_64-linux-gnu/gio/modules/libgvfsdbus.so) Failed to load module: /usr/lib/x86_64-linux-gnu/gio/modules/libgvfsdbus.so /tmp/.mount_inkscaMCUAFF/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /usr/lib/x86_64-linux-gnu/gvfs/libgvfscommon.so) Failed to load module: /usr/lib/x86_64-linux-gnu/gio/modules/libgioremote-volume-monitor.so"
ldd version is
ldd (Ubuntu GLIBC 2.35-0ubuntu3.6) 2.35 Copyright (C) 2022 Free Software Foundation, Inc. is there a big difference between 2.33 and 2.35?
I'm on Linux Mint 21.2 Cinnamon, and i get this errors by starting the AppImage
"Failed to load module "xapp-gtk3-module"
/tmp/.mount_inkscaMCUAFF/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /lib/x86_64-linux-gnu/libgnutls.so.30)
Failed to load module: /usr/lib/x86_64-linux-gnu/gio/modules/libgiognutls.so
/tmp/.mount_inkscaMCUAFF/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /lib/x86_64-linux-gnu/libproxy.so.1)
Failed to load module: /usr/lib/x86_64-linux-gnu/gio/modules/libgiolibproxy.so
/tmp/.mount_inkscaMCUAFF/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /usr/lib/x86_64-linux-gnu/gio/modules/libgvfsdbus.so)
Failed to load module: /usr/lib/x86_64-linux-gnu/gio/modules/libgvfsdbus.so
/tmp/.mount_inkscaMCUAFF/lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /usr/lib/x86_64-linux-gnu/gvfs/libgvfscommon.so)
Failed to load module: /usr/lib/x86_64-linux-gnu/gio/modules/libgioremote-volume-monitor.so"
ldd version is
ldd (Ubuntu GLIBC 2.35-0ubuntu3.6) 2.35
Copyright (C) 2022 Free Software Foundation, Inc. is there a big difference between 2.33 and 2.35?
and i got the gtk module.
/usr/lib/x86_64-linux-gnu/gtk-3.0/modules/libxapp-gtk3-module.so
I thought an AppImage is containing all the necessary libaries and tools to start it in every environment.
Might be this bug: https://gitlab.com/inkscape/inbox/-/issues/9814