After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 324965 - Text on window button in the window list applet not always accurate
Text on window button in the window list applet not always accurate
Status: RESOLVED FIXED
Product: gnome-terminal
Classification: Core
Component: general
2.12.x
Other All
: Normal trivial
: ---
Assigned To: GNOME Terminal Maintainers
GNOME Terminal Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-12-25 08:23 UTC by Eric Stein
Modified: 2006-01-08 19:35 UTC
See Also:
GNOME target: ---
GNOME version: 2.11/2.12


Attachments
Set icontitle when setting title (594 bytes, patch)
2006-01-08 15:18 UTC, Jan Boehm
none Details | Review

Description Eric Stein 2005-12-25 08:23:57 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:
Comment 1 Olav Vitters 2005-12-25 18:09:40 UTC
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).
Comment 2 Jan Boehm 2005-12-27 19:16:42 UTC
Im somewhat swamped right now with university projects but Ill look into this as soon as I have time.
Comment 3 Jan Boehm 2006-01-08 15:18:49 UTC
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().
Comment 4 Guilherme de Siqueira Pastore 2006-01-08 19:35:54 UTC
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.