https://bugs.kde.org/show_bug.cgi?id=372576
--- Comment #13 from Fabian Vogt <fab...@ritter-vogt.de> --- (In reply to Martin Gräßlin from comment #12) > > Just confirmed what I feared: Does not work on wayland as it should. > > I assume the problem is the mask not working? Correct, the close button stays visible after closing the effect. > > As the bug > > only happens on X, maybe the workaround can be used depending on the > > platform? > > Difficult, the effects don't have the windowing system exposed yet. I found this, wouldn't a test like this work: > KWayland::Server::Display *display = effects->waylandDisplay(); > if (display) { > display->createSlideManager(this)->create(); > } -- You are receiving this mail because: You are watching all bug changes.