https://bugs.kde.org/show_bug.cgi?id=365014
Chris Holland <zrenf...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |zrenf...@gmail.com --- Comment #27 from Chris Holland <zrenf...@gmail.com> --- Not sure if this helps, but it appears the parent parent 0x4028bae window is raised. Running `xwininfo -tree -root` shows: Root window id: 0x4aa (the root window) (has no name) Parent window id: 0x0 (none) 190 children: ... 0x4028bae (has no name): () 1920x1080+0+0 +0+0 1 child: 0x4028baf (has no name): () 1920x1080+0+0 +0+0 1 child: 0x5200010 "Desktop — Plasma": ("plasmashell" "plasmashell") 1920x1080+0+0 +0+0 xev -root shows something when the desktop is "raised". There's an extra "ConfigureNotify event, " and "_NET_CLIENT_LIST_STACKING" when the desktop is clicked. Test Case: Konsole Window is always on top. Then run 3 commands in different tabs. xev -root > test.log watch -n 0.5 -c "echo \"\\n\" >> test.log" tail -f test.log Then open another window (which will disappear) and click back and forth (minimize and reveal the window if it's taking forever). ClientMessage event, serial 22, synthetic YES, window 0x5200010, message_type 0x172 (_NET_ACTIVE_WINDOW), format 32 PropertyNotify event, serial 22, synthetic NO, window 0x4aa, atom 0x172 (_NET_ACTIVE_WINDOW), time 394727465, state PropertyNewValue PropertyNotify event, serial 22, synthetic NO, window 0x4aa, atom 0x172 (_NET_ACTIVE_WINDOW), time 394727466, state PropertyNewValue ClientMessage event, serial 22, synthetic YES, window 0x5200010, message_type 0x14f (_NET_WM_STATE), format 32 ClientMessage event, serial 22, synthetic YES, window 0x5200010, message_type 0x14f (_NET_WM_STATE), format 32 ConfigureNotify event, serial 22, synthetic NO, window 0x4aa, event 0x4aa, window 0x4028bae, (0,0), width 1920, height 1080, border_width 0, above 0x40ce2be, override NO PropertyNotify event, serial 22, synthetic NO, window 0x4aa, atom 0x1a7 (_NET_CLIENT_LIST_STACKING), time 394727473, state PropertyNewValue -- You are receiving this mail because: You are watching all bug changes.