Apparently XFCE 4.16 has adopted Gnome's horrible idea of custom window decorations / client side decorations (CSD) making it look completely out of place for those of us who designed and use our own custom window decoration theme.
This is a big step backwards, towards the ugliness of Gnome, where every app looks differently and behaves differently from the rest of the system, which is something many of us have been fleeing from.
Is there a switch or a setting to disable this behaviour?
Currently only XFCE dialogs and Gnome native applications (which I try to use as little as possible) have this monstrosity. But I fear it's a plague that's spreading.
(I blame iTunes, but that's just a historical note.)
xfconf-query -c xsettings -p /Gtk/DialogsUseHeader -s falsedisables CSD in file dialogs, which is better than nothing. – HolyBlackCat Jun 11 '22 at 18:58gtk3-nocsdpackage (and logged out / restarted the session) which enables the system's window decorations on all windows. This makes CSD-style windows get 2 title bars, but for my use case that's better than not having my own decorations. (see the video I posted above) – Tobia Jun 12 '22 at 00:00