https://bugs.kde.org/show_bug.cgi?id=484647
--- Comment #6 from Demitrius Belai <demitriusbe...@gmail.com> --- I did some investigations. In the Java example, when you click the button on a Frame to open the Dialog window, that Frame becomes a child of the other Frame (WM_TRANSIENT_FOR). I believe this is a problem with Java itself. However, it works in X11 because only the Dialog has _NET_WM_STATE_SKIP_TASKBAR. Plasma on Wayland started handling transient windows in the commits plasma/plasma-workspace#74d121aea0e and plasma/plasma-workspace#d78058dd7ef, hiding them from the taskbar. Maybe this is OK for Wayland, but not for X11 applications. Wouldn't it be better to have two code paths? -- You are receiving this mail because: You are watching all bug changes.