- Package:
- libgail-common
- Source:
- libgail-common
- Description:
- GNOME Accessibility Implementation Library -- common modules
- Submitter:
- IOhannes m zmölnig
- Date:
- 2024-12-10 08:15:02 UTC
- Severity:
- normal
Dear Maintainer, starting The GIMP, i get an error that says: ``` Gtk-Message: 09:08:27.677: Failed to load module "atk-bridge": 'gtk_module_display_init': /usr/lib/x86_64-linux-gnu/gtk-2.0/modules/libgail.so: undefined symbol: gtk_module_display_init ``` afaiu, this is triggered by libgail.so referencing the missing symbol (rather than, say, libatk-bridge2). fdmasr IOhannes