https://bugs.kde.org/show_bug.cgi?id=372576
--- Comment #14 from Martin Gräßlin <mgraess...@kde.org> --- Am 12. März 2017 20:08:17 MEZ schrieb Fabian Vogt <bugzilla_nore...@kde.org>: >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. Yep, a lacking features in KWin's own qpa plugin. > >> > 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(); >> } Only if we assume that we will never have a wayland display on X11. And I have an experimental branch to support that ;-) -- You are receiving this mail because: You are watching all bug changes.