https://bugs.kde.org/show_bug.cgi?id=465354
Vlad Zahorodnii <vlad.zahorod...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/plas | |ma/kwin/-/commit/e52163d405 | |b33a3e19e40aa9b32bdfef9d60b | |580 Resolution|--- |FIXED --- Comment #10 from Vlad Zahorodnii <vlad.zahorod...@kde.org> --- Git commit e52163d405b33a3e19e40aa9b32bdfef9d60b580 by Vlad Zahorodnii, on behalf of David Edmundson. Committed on 22/11/2023 at 17:13. Pushed by vladz into branch 'master'. Drop DockLayer concept With LayerShell all docks were in the above layer to match with the semantics of the specification. Under X11 our main panel was also in the above layer by setting the keep above flag. The only thing that ended up in the dock layer were wayland applet popups, and that was mostly by accident. When they get a transient parent fixed they'll end up in the AboveLayer anyway so we should drop it now to reduce complications. This fixes a bug where applet popups could go under the panel. M +0 -1 src/effect/globals.h M +4 -0 src/wayland/plasmashell.h M +1 -9 src/window.cpp M +0 -1 src/window.h M +0 -19 src/xdgshellwindow.cpp M +0 -1 src/xdgshellwindow.h https://invent.kde.org/plasma/kwin/-/commit/e52163d405b33a3e19e40aa9b32bdfef9d60b580 -- You are receiving this mail because: You are watching all bug changes.