You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have my KDE desktop setup with a global menu, however this causes many of the program options (inline comment style, color scheme, offset style and so on) to be grayed out and unavailable. Furthermore, those options implemented as radio buttons or check boxes become "normal" options (with no box). This is fixed by removing the global menu widget and adding it back. I am fairly certain this is not KDE's fault since I use other GTK based apps with global menu and they seem to work fine. My configuration is as follows:
UPDATE: The issue is somewhat erratic: sometimes i get it to work without removing and re-adding the Global Menu widget by fiddling around with it, but I'm not yet sure how.
The text was updated successfully, but these errors were encountered:
I spent some time trying to debug this today and I think its a KDE bug. I can't figure out exactly what's so special about wxWidgets applications, but I can see the behaviour you report with rehex and with the wxWidgets "menu" sample.
The global menus work in XFCE, which as far as I can tell are relying on the same mechanism to expose the menus from the application (appmenu-gtk-module), so it could possibly be an issue for applications using the older-style GtkMenuItem API instead of GMenuModel.
I have my KDE desktop setup with a global menu, however this causes many of the program options (inline comment style, color scheme, offset style and so on) to be grayed out and unavailable. Furthermore, those options implemented as radio buttons or check boxes become "normal" options (with no box). This is fixed by removing the global menu widget and adding it back. I am fairly certain this is not KDE's fault since I use other GTK based apps with global menu and they seem to work fine. My configuration is as follows:
UPDATE: The issue is somewhat erratic: sometimes i get it to work without removing and re-adding the Global Menu widget by fiddling around with it, but I'm not yet sure how.
The text was updated successfully, but these errors were encountered: