You are not logged in.
Hi,
On KDE Plasma with Wayland, I'm using Global Menu successfully, including for GTK applications (e.g. GIMP), with the notable exception of Inkscape. It's the only application where nothing appears in the Global Menu widget, and no hamburger icon appears in the titlebar either. No way to access the usual File/Edit/View/Extensions/...
The rest of the UI is perfectly fine.
appmenu-gtk-module is installed (and working, as Global Menu works with GIMP for example). I'm not in fullscreen mode. I've already tried reinstalling inkscape and deleting ~/.config/inkscape.
Not sure if it's related, but this is what I get when I launch Inkscape:
(org.inkscape.Inkscape:197456): Gtk-CRITICAL **: 01:26:06.940: invalid accelerator string ''
(org.inkscape.Inkscape:197456): Gtk-CRITICAL **: 01:26:06.940: gtk_application_accels_get_actions_for_accel: assertion 'accel_key.key != 0' failed
(org.inkscape.Inkscape:197456): Gtk-WARNING **: 01:26:06.941: Unable to parse accelerator '': ignored request to install 1 accelerators
** (org.inkscape.Inkscape:197456): WARNING **: 01:26:07.054: AT-SPI: Could not obtain desktop path or name
** (org.inkscape.Inkscape:197456): WARNING **: 01:26:07.077: atk-bridge: GetRegisteredEvents returned message with unknown signature
** (org.inkscape.Inkscape:197456): WARNING **: 01:26:07.077: atk-bridge: get_device_events_reply: unknown signatureAny help would be much appreciated!
Last edited by TheArchitect (2025-02-12 19:37:07)
Offline
Just to be clear: the issue is that it doesn't work w/ appmenu-gtk-module, not in general?
Offline
So, good question. With appmenu-gtk-module installed, I do not have a menu bar anywhere in Inkscape (but global menus work for all other apps). After uninstalling appmenu-gtk-module, the menu bar does appear.
As I do want to use global menus, how can I debug the Inkscape integration or, at least, is there a way to disable global menus for a specific app?
The GTK errors mentioned in my first post are unrelated to this issue as they remain without appmenu-gtk-module.
Last edited by TheArchitect (2025-02-11 17:40:15)
Offline
is there a way to disable global menus for a specific app?
https://gitlab.archlinux.org/archlinux/ … type=heads
Remove the module from the exported GTK_MODULES
GTK_MODULES=${GTK_MODULES/appmenu-gtk-module//} inkscapeI suspect the inkscape mene contains elements either the appmenu-gtk-module plugin cannot export or the appemenu server (taskbar thingy) cannot handle but the menubar gets hidden nevertheless, what would be a bug in appmenu-gtk-module => https://gitlab.com/vala-panel-project/v … u/-/issues
Offline
Thank you.
I'll use this workaround for now, and will explore later where the bug might be.
Offline
Thank you.
I'll use this workaround for now, and will explore later where the bug might be.
hello sorry to revive this but im having this issue with ALL gtk apps, wondering how you got GIMP to work..
i tried all suggestions here but i cant get inkscape or gimp to work
Peace and Love to All!
Offline
appmenu-gtk-module is installed (and working, as Global Menu works with GIMP for example)
Do you use appmenu-gtk-module tbw? What if you don't?
Console output when starting gimp?
Offline