https://bugs.kde.org/show_bug.cgi?id=356723
--- Comment #9 from Stefan Becker <chemob...@gmail.com> --- Some interesting observations which might narrow down where the actual problem lies. When the konsole window updates are broken, then * opening a new konsole window (Ctrl-Shift-N): window updates work correctly in new window * attaching the tab from the new konsole window to an existing konsole window: window updates are broken in that tab now too * detaching a konsole tab from a window: window updates work correctly in the new detached window * re-attaching the tab to the old konsole window: window updates are broken again in that tab * opening new konsole Window (Ctrl-Shift-N) and moving a tab from an old konsole window to the new window: the window updates are broken in all tabs of the new konsole window. * BUT: detaching a tab from the old window and then moving all tabs from the old to the new window: the resulting "restored" konsole window has working window updates So the "brokeness" is associated with the window object. Creating a new window object, even from the same konsole process, makes window updates work again. At least I have now a work-around when the broken window updates get too annoying: just "re-tab" the old window to a new window :-) -- You are receiving this mail because: You are watching all bug changes.