Bug 153516 - Program title not updated
Summary: Program title not updated
Status: RESOLVED FIXED
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Robert Knight
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-05 20:40 UTC by Oliver Becker
Modified: 2008-01-04 00:09 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.