Hi. I tried Gimp 3.0.0 in Kinoite 41 last night, and found a bug.
If I click any menu on the menu bar, only the File menu opens. After that, I can roll over another menu and that menu opens, but it always starts with File, regardless of which menu I click. Same if I type Alt+W to open the Window menu, for example: the File menu opens.
I reported the bug on the Gimp bug tracker, and the report got closed, saying that it is a KDE/Plasma bug.
I searched the KDE bug tracker, and didn’t find a bug report for my issue, so I’d like to file a bug with KDE.
Since Gimp isn’t a KDE project, should I choose Plasma as the project in my report?
I’m not seeing that on my EndeavourOS KDE Plasma PC or my Debian SID KDE Plasma laptop. Perhaps GIMP 3 isn’t playing nice with Kinoite 41 for some reason?
to non-Focus / not active , even if it is a gimp child window that is active:
which looks weird.
Otherwise it seems to work (not tested a lot yet, at least the issue of the OP i have not).
I’m seeing the same bug too, on Kubuntu 25.04-dev which currently ships Plasma 6.3.3.
Yesterday, I did investigate a bit, here are my results so far:
Does not happen on a fresh user account, so it’s likely related to some config bit of mine, but didn’t find out yet which one (could rule out ~/.config/GIMP and ~/.config/gtk-3.0 so far)
Does not happen when starting Gimp in Xwayland mode by running GDK_BACKEND=x11 gimp
Seems independent of whether I select “Default” or “System” as GTK theme in Gimp settings (Interface → Theme).
It does not happen with the full Dark “Breeze Dark” but it happens with the Light “Breeze” as well. The content inside the gimp window stays dark for some reason, though. And as far as i can see it seems the only application where the menu colors behave that way (maybe I would have to delete the gimp config files? Not tried that).
Other 3rd party themes I have not installed and actually like the Dark-Light (Breeze) Twilight Mix.
Ok, I have found out what on my system is the trigger of the bug described by @shortwavechloride (clicking on any menu in the menu bar always opens the File menu):
In my ~/.config/kcminputrc, there was this section with a mouse button rebinding:
[ButtonRebinds][Mouse]
ExtraButton3=Key,Meta+W
(This was for an extra button of a mouse that I once used, while the mouse I’m using now doesn’t even have this button).
When I remove this section from the file, the bug is gone for me!
Note: To edit the file, I logged out of my Plasma session, logged in to a text console (Ctrl + Alt + F3), used nano ~/.config/kcminputrc to do the edit, and logged in again.
About my “Menu changes color when Window not active”, I dug a little deeper. Gimp has its own independent Theme setting for the Window content that can be set to Dark, Grey, bright (or to use the system theme).
If it is set to one of the three that theme seems to only apply on the Menu when the Window is active, as soon as it is inactive the Menu changes to the system theme.
Not sure if that is a, more KDE/wayland related, technical limitation or a gimp bug.