https://bugs.kde.org/show_bug.cgi?id=398100
--- Comment #8 from Vlad Zagorodniy <vladz...@gmail.com> --- Git commit 4e545f5594fc8445046f7b6a20b2c313a7891785 by Vlad Zagorodniy. Committed on 19/10/2018 at 14:49. Pushed by vladz into branch 'master'. [effects/dimscreen] Make it work on Wayland Summary: There is no concept of managed windows in Wayland, so every time we call managed() on a Wayland client, it will return false. We need to call that method only for X11 clients. The resource name part for authentication agents is empty because KWayland can't get their executable paths. Test Plan: Before: {F6338545} After: {F6338546} Reviewers: #kwin, davidedmundson Reviewed By: #kwin, davidedmundson Subscribers: davidedmundson, kwin Tags: #kwin Differential Revision: https://phabricator.kde.org/D16317 M +19 -1 effects/dimscreen/dimscreen.cpp https://commits.kde.org/kwin/4e545f5594fc8445046f7b6a20b2c313a7891785 -- You are receiving this mail because: You are watching all bug changes.