https://bugs.kde.org/show_bug.cgi?id=398100
--- Comment #10 from Vlad Zagorodniy <vladz...@gmail.com> --- Git commit 8063740efb868a6711d747c2e2559bd57398ead6 by Vlad Zagorodniy. Committed on 19/10/2018 at 15:24. Pushed by vladz into branch 'master'. [effects/translucency] Make inactive Wayland clients translucent Summary: There is no concept of managed windows in Wayland, so every time we call managed() on a Wayland client, it will return false. This change addresses that problem by invoking managed() only for X11 clients. Test Plan: * Open KCM of the Translucency effect and decrease opacity of inactive windows; * Open Dolphin; * Click on desktop. Reviewers: #kwin, davidedmundson Reviewed By: #kwin, davidedmundson Subscribers: kwin Tags: #kwin Differential Revision: https://phabricator.kde.org/D16319 M +2 -1 effects/translucency/package/contents/code/main.js https://commits.kde.org/kwin/8063740efb868a6711d747c2e2559bd57398ead6 -- You are receiving this mail because: You are watching all bug changes.