Mike Oliver wrote: > The 'ESC ] 2' sequence is defined to change only the title of the window > (the window's WM_NAME property) but not the label for the window's icon > (the window's WM_ICON_NAME property). CDE (dtwm) used to get this right > but AFAIK gnome-panel has always ignored the icon name and always shows > the window's title. It's possible that gnome-panel has now been fixed to > show the icon name instead of the window title. > > Please try using 'ESC ] 0' (which sets both the title and the icon > label) in your prompt instead of 'ESC ] 2'.
Ah ha! Yes, that fixed it! Again, this worked as I expected in snv_98, and all older Solaris releases. It also works in Fedora and Ubuntu, although I'm sure that's because they're all using the same version of Gnome. Although you have to ask, after 15 years of working one way, is it really appropriate to "fix" this bug and break people like me? Anyway, thanks!