Bug 153516

Summary: Program title not updated
Product: [Applications] konsole Reporter: Oliver Becker <der.ole.becker>
Component: generalAssignee: Robert Knight <robertknight>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Oliver Becker 2007-12-05 20:40:54 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources
Compiler:          gcc version 4.1.1 (Gentoo 4.1.1-r3) 
OS:                Linux

When displaying the "Window title set by shell" (%w) the title is only set when starting an program. If the program sets the window title more than once, the window title will not be updated. E.g. with gentoo's emerge.
Comment 1 Robert Knight 2007-12-05 21:27:21 UTC
Window title updates are actually triggered by user input.  When the user presses a key a title update will be queued, then a couple of seconds later the shell and its foreground program are examined and the title is set from that.  

In this case window title changes from the program should also trigger an update.

Bug confirmed.
Comment 2 Robert Knight 2008-01-04 00:09:39 UTC
Fixed by SVN commit 756966.