https://bugs.kde.org/show_bug.cgi?id=382789
Martin Flöser <mgraess...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED Latest Commit| |https://commits.kde.org/kwi | |n/c87230c3a5feb6b31938189bd | |3dd69eaee490def --- Comment #6 from Martin Flöser <mgraess...@kde.org> --- Git commit c87230c3a5feb6b31938189bd3dd69eaee490def by Martin Flöser. Committed on 21/08/2017 at 15:58. Pushed by graesslin into branch 'master'. Use xcb-icccm to read the name property Summary: The KWindowSystem call which we used doesn't work on Wayland as it's only implemented in the xcb variant and cannot be made available for Wayland in an easy way as it is still XLib based. This change turns the optional XCB-ICCCM dependency in a required one and thus can use the functionality provided by said library to implement what KWindowSystem provided. Test Plan: New test case which failed with old code Reviewers: #kwin, #plasma Subscribers: plasma-devel, kwin Tags: #kwin Differential Revision: https://phabricator.kde.org/D7046 M +1 -1 CMakeLists.txt M +23 -0 autotests/integration/x11_client_test.cpp M +22 -3 client.cpp https://commits.kde.org/kwin/c87230c3a5feb6b31938189bd3dd69eaee490def -- You are receiving this mail because: You are watching all bug changes.