https://bugs.kde.org/show_bug.cgi?id=459755
--- Comment #12 from Mathias Tillman <master.ho...@gmail.com> --- I have the same issue and I've managed to narrow the issue down to WaylandInterface::setViewStruts in app/wm/waylandinterface.cpp. The issue seems to be that the ghost window has a width (or height) of 1 pixel, and that causes it to be (I'm guessing) ignored by the wm. If I change the w->setGeometry call to use the full rect it works properly. I did some further testing, and for me the "magic" value that causes it to work is if I set the width to 88 pixels - any less than that and it won't work. Anyone know the reason for it not using the full rect for the ghost window? -- You are receiving this mail because: You are watching all bug changes.