https://bugs.kde.org/show_bug.cgi?id=451028
--- Comment #25 from Vlad Zahorodnii <vlad.zahorod...@kde.org> --- Git commit c6600c687554d1e0de9d601e3176cb11d8194cb8 by Vlad Zahorodnii. Committed on 30/08/2022 at 13:36. Pushed by vladz into branch 'Plasma/5.25'. wayland: Prevent sending xdg_output properties if wl_output is removed If the wl_output has been removed, kwin can crash all Qt clients by sending a wl_output.done event. Also, it makes no sense to send output events after the corresponding output has been removed. (cherry picked from commit d6706c5ce4f82530134848b78be9420cf99dae66) M +5 -0 src/wayland/output_interface.cpp M +1 -0 src/wayland/output_interface.h M +4 -0 src/wayland/xdgoutput_v1_interface.cpp https://invent.kde.org/plasma/kwin/commit/c6600c687554d1e0de9d601e3176cb11d8194cb8 -- You are receiving this mail because: You are watching all bug changes.