An error is thrown when clicking on Extensions -> Manage Extensions.
I thought AppImage includes ALL necessary dependencies, this seems to be not the case.
```
/tmp/.mount_InkscadmABNn/usr/bin/../lib/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
Gtk-Message: 19:58:33.813: Failed to load module "colorreload-gtk-module"
Gtk-Message: 19:58:33.813: Failed to load module "window-decorations-gtk-module"
An error occured with the extensions manager!
Trying to self-update the package... Failed to update!
Please delete the package manually! (see location below)
Please report this error
------------------------
Report URL: https://gitlab.com/inkscape/extras/extension-manager/-/issues
Location: /tmp/.mount_InkscadmABNn/usr/share/inkscape/extensions/inkman/inkman/inkman
inkscape-extension-manager: 1.0
Not done
Traceback (most recent call last):
File "manage_extensions.py", line 61, in recovery_run
run(args)
File "manage_extensions.py", line 47, in run
version = options.for_version or get_inkscape_version()
File "/tmp/.mount_InkscadmABNn/usr/share/inkscape/extensions/inkman/inkman/inkman/utils.py", line 95, in get_inkscape_version
(major, minor) = line.strip().split(" ")[1].split(".")[:2]
ValueError: not enough values to unpack (expected 2, got 1))
```
#### Version info
```
Inkscape 1.4 (e7c3feb, 2024-10-09)
Compile (Run)
GLib version: 2.64.6
GTK version: 3.24.20 (3.24.20)
glibmm version: 2.64.2
gtkmm version: 3.24.2
libxml2 version: 2.9.10
libxslt version: 1.1.34
Cairo version: 1.16.0 (1.16.0)
Pango version: 1.44.7 (1.44.7)
HarfBuzz version: 2.6.4 (2.6.4)
OS version: Debian GNU/Linux 12 (bookworm)
```
<!--
❤️ Thank you for filling in a new bug report, we appreciate the help! ❤️
Please be patient while we try to find the time to look into your issue.
Remember that Inkscape is developed by volunteers in their spare time, we'll try our best to respond to all reports.
-->
<!--
Please be careful when/after writing # for example in logs, code, or versions of linux
- use inline code span - single backticks (`) before and after it, like this - `#1618`
- use multi-line code block - triple backticks (```) to fence/enclose console logs
- attach long logs as a text file.
-->

























