Skip to content

Opt out of fixed window positions on Wayland

David Redondo requested to merge work/disablefixedpositions into master

Latte dock is using PlasmaQuick::Dialog and can load applets that use PlasmaQuick::Dialog, which uses QWindow::position to cache the position where the window is requested to be, so we need to opt out of this Qt behavior. BUG=461856

Merge request reports