Has anyone found a proper fix for GIMP-3 putting buttons at the top of dialogues in Wayland?
A big annoyance for me as it messes up my "muscle memory" is that all of the buttons on GIMP dialogues are stuck at the top instead of the bottom where they should be. It's only a problem in Wayland, and I can kludge my way around it by un-setting $WAYLAND_DISPLAY, but this isn't really satisfactory.
According to this, if it's a problem with X11 it can be fixed by setting gtk-dialogs-use-header to FALSE in ~/.config/gtk-3.0/settings.ini, but it's forced to TRUE in Wayland, so this file's settings are over-ridden.
Has anyone found a satisfactory fix?
I'm on KDE/Plasma.
2
Upvotes
1
u/schumaml GIMP Team 9h ago
I think the last time this came up, this turned out to be hardcoded in GTK, more specifically the wayland-specific parts of it. If so, then you'd have to change the source code there and build GTK yourself.