GNOME Bugzilla – Bug 131816
Bad Behavior when WM_ICON_NAME is not defined for window
Last modified: 2007-04-30 18:20:39 UTC
IMHO when WM_ICON_NAME is not defined taskbar should display the string in WM_NAME, so to make work better even apps that are not full supporting standards. For example eterm does'n set WM_ICON_NAME so if I open vorious istances of eterm, I can't read on taskbar what process is running into each one. REgards
This is a bug in libwnck.
There's a patch to change it so that it just uses WM_NAME instead of WM_ICON_NAME in here. Maybe this should be marked as a duplicate?
For reference, that other bug is bug 124463. I'm guessing it's a duplicate...
I'm lost because if WM_ICON_NAME isn't set, wnck_window_get_icon_name() returns WM_NAME and has always done so. Maybe WM_NAME wasn't set either? We're now returning a fallback name if none of them are set, but we didn't do so before.
Let's just mark this as a dupe of 124463, which was fixed mid-2005. *** This bug has been marked as a duplicate of 124463 ***