GNOME Bugzilla – Bug 772909
Middle-click on the new titlebars does not work (i.e. lower windows)
Last modified: 2018-01-22 08:07:25 UTC
Created attachment 337683 [details] Location of middle-click that does not work as expected Middle-clicking seems to have no effect when clicking on the new combined titlebars (i.e. Files, Calculator). It works fine on other apps that have a regular titlebar, like Geany, Firefox.
This kind of titlebar is under gtk+/application control.
The default action is 'none' since GTK+ 3.14.1; you will either need gnome-settings-daemon to propagate a setting to GTK+ applications, or you'll need to modify the GtkSettings:gtk-titlebar-middle-click property: https://developer.gnome.org/gtk3/stable/GtkSettings.html#GtkSettings--gtk-titlebar-middle-click For instance, inside $HOME/.config/gtk-3.0/settings.ini Are you using GNOME?
Created attachment 337703 [details] Tweaks Middle-click = Lower
Yes, I'm using Gnome on Arch Linux. Please look at the attachment above. It already works fine for the applications that have a regular titlebar, like Firefox.
Actually this works on the X backend, it's just that there's no wayland request to "lower" a window, this would need to be discussed in the upstream wayland xdg_shell protocol context.
*** Bug 788651 has been marked as a duplicate of this bug. ***
Possibly related/duplicate to bug 746273
not related
*** This bug has been marked as a duplicate of bug 780047 ***
Hi Matthias, this was marked as a dup of 780047, but that bug was closed as WONTFIX. I'm not questioning that but who's responsible for fixing this? Where should I file a bug? Thanks!