GNOME Bugzilla – Bug 324965
Text on window button in the window list applet not always accurate
Last modified: 2006-01-08 19:35:54 UTC
Please describe the problem: If a tab's title is set manually rather than by the program running in the shell, the window's button in the window list applet will display the last automatically set title of the tab. Switching to another tab and back changes nothing. The title of the window on the screen is correct, and the title in the alt+tab list is correct. Steps to reproduce: 1. open gnome-terminal 2. use terminal -> set title to set the title to "hello world" 3. look down at the window list Actual results: The text on the window button in the window list reads "user@host:/home/user". Expected results: The title of the window button in the window list reads "hello world". Does this happen every time? Yes. Other information:
Hmm.. another case where the icon title isn't updated. SesamSammler@gmx.net appreciate if you could fix this one as well (I'll ensure both patches will be reviewed + committed before next gnome-terminal release).
Im somewhat swamped right now with university projects but Ill look into this as soon as I have time.
Created attachment 56970 [details] [review] Set icontitle when setting title Here we go. Changes: * src/terminal-screen.c: Set the icon title in title_entry_changed().
Sorry for letting you worry about this trivial patch, I fixed it in my local copy during a nasty weekend without Internet access =/ Fixed in CVS HEAD.