https://bugs.kde.org/show_bug.cgi?id=488794
--- Comment #5 from David Redondo <k...@david-redondo.de> --- listener function for opcode 5 of org_kde_plasma_window_management is NULL opcode 5 is { "stacking_order_changed_2", "17", plasma_window_management_types + 0 }, This is another case of something build with an older wayland protocol and due to qtwaylandscanner defaulting to public-code and the wl_ interface being exported, the linker ultimately resolving it to the older symbol. See https://bugs.kde.org/show_bug.cgi?id=481791 hitting Neon before. We cannot do anything about this until Qt 6.8 where we can control/disable this. Until then everything needs to be build against latest plasma-wayland-protocols. -- You are receiving this mail because: You are watching all bug changes.