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 124463 - Window list tooltips should display WM_NAME, not WM_ICON_NAME
Window list tooltips should display WM_NAME, not WM_ICON_NAME
Status: RESOLVED FIXED
Product: libwnck
Classification: Core
Component: general
2.4.x
Other Linux
: Normal normal
: ---
Assigned To: libwnck maintainers
libwnck maintainers
: 131816 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2003-10-13 01:00 UTC by Mariano Suárez-Alvarez
Modified: 2007-04-30 18:20 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Make tooltips to the window-list icons show WM_NAME, not WM_ICON_NAME (3.39 KB, patch)
2003-10-13 01:01 UTC, Mariano Suárez-Alvarez
none Details | Review
Updated version of mariano's patch that applies against HEAD (3.01 KB, patch)
2004-08-09 19:35 UTC, Elijah Newren
committed Details | Review

Description Mariano Suárez-Alvarez 2003-10-13 01:00:37 UTC
The summary says it all: tooltips should display WM_NAME, not WM_ICON_NAME.

Follows a patch that does it.
Comment 1 Mariano Suárez-Alvarez 2003-10-13 01:01:23 UTC
Created attachment 20666 [details] [review]
Make tooltips to the window-list icons show WM_NAME, not WM_ICON_NAME
Comment 2 Mariano Suárez-Alvarez 2003-10-13 01:02:10 UTC
Make the summary more precise.
Comment 3 Vincent Untz 2003-10-16 14:55:32 UTC
Adding PATCH keyword
Comment 4 Kjartan Maraas 2004-04-18 21:48:12 UTC
Havoc, is this ok for 2.6.x and 2.7.x?
Comment 5 Mariano Suárez-Alvarez 2004-05-11 17:16:57 UTC
ping...
Comment 6 Elijah Newren 2004-08-09 19:35:08 UTC
Created attachment 30379 [details] [review]
Updated version of mariano's patch that applies against HEAD

The changes in bug 148370 made Mariano's patch not apply due to code changes in
the "context" region.  It was trivial to update, though, so this patch contains
no real changes from Mariano's version.
Comment 7 Havoc Pennington 2004-08-16 02:40:51 UTC
Comment on attachment 30379 [details] [review]
Updated version of mariano's patch that applies against HEAD

I think it would be a slight improvement if wnck_task_get_text() took an enum
TITLE_TEXT/ICON_TEXT - that makes invocations of it readable without referring
back to the function declaration. But not a blocker for committing this.

Do you want the [foo] and =foo= stuff in the tooltip? I guess that could be a
separate bug, but when committing this maybe may as well not include it in
window title text, only in icon text.
Comment 8 Kjartan Maraas 2005-05-16 22:55:32 UTC
Should this be commited? Has been accepted-commit_now for a long time.
Comment 9 Elijah Newren 2005-07-18 04:01:21 UTC
There were two minor conflicts with current cvs but they were trivial to fix so
I went ahead and finally committed this.
Comment 10 Elijah Newren 2007-04-30 18:20:39 UTC
*** Bug 131816 has been marked as a duplicate of this bug. ***