https://bugs.kde.org/show_bug.cgi?id=466691
Michael <mjevans1...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|WAITINGFORINFO |--- Status|NEEDSINFO |REPORTED --- Comment #5 from Michael <mjevans1...@gmail.com> --- I noticed this happened again this morning because my Firefox windows had shuffled a little from where I'd re-arranged some of them. I'm not sure if KDE has internal window IDs that are different but: xwininfo -tree -root | sed -e 's/failure in conversion from UTF8_STRING to ANSI_X3.4-1968/UTF8_only/' Yields a lot of containing box 'windows' for my dual monitor setup. 0x1000610 (has no name): () 1920x1080+0+0 +0+0 1 child: 0x1000611 (has no name): () 1920x1080+0+0 +0+0 1 child: 0x1400023 " (UTF8_only)": ("plasmashell" "plasmashell") 1920x1080+0+0 +0+0 0x100060d (has no name): () 1920x1080+1920+0 +1920+0 1 child: 0x100060e (has no name): () 1920x1080+0+0 +1920+0 1 child: 0x140001d " (UTF8_only)": ("plasmashell" "plasmashell") 1920x1080+0+0 +1920+0 xwininfo -tree -root | sed -e 's/failure in conversion from UTF8_STRING to ANSI_X3.4-1968/UTF8_only/;/has no name/d;/1 child:/d;/2 children:/d' I'll use this to track the window IDs and see if this happens yet again after more use. xwininfo -children -root | sed -e 's/failure in conversion from UTF8_STRING to ANSI_X3.4-1968/UTF8_only/;/has no name/d;/1 child:/d;/2 children:/d' | sort | grep -E '^[[:space:]]+0x' > /tmp/winlist -- You are receiving this mail because: You are watching all bug changes.