On Thu, 1 Nov 2012 at 12:04:35 +0100, Rodolfo García Peñas wrote: > On Thu, 01 Nov 2012, BALATON Zoltan escribió: > > > On Thu, 1 Nov 2012, Carlos R. Mafra wrote: > > >On Thu, 1 Nov 2012 at 1:09:52 +0100, Rodolfo García Peñas wrote: > > >>>The icons are now better, all with titles :-) The question is: > > >>>Should we use the window name in icons? > > >> > > >>Perhaps, do something like "use the icon name", but if it is > > >>NULL, "use the window name"? > > > > According to the relevant standard this is what's intended: > > http://standards.freedesktop.org/wm-spec/1.3/ar01s05.html > > > > Regards, > > BALATON Zoltan > > Patch is attached. Thanks for your replies.
According to the spec that Zoltan pointed out, there is also _NET_WM_VISIBLE_ICON_NAME, which says: If the Window Manager displays an icon name other than _NET_WM_ICON_NAME the Window Manager MUST set this to the title displayed in UTF-8 encoding. Your patch falls in the category of using an "icon name other than _NET_WM_ICON_NAME", so I think it must also set _NET_WM_VISIBLE_ICON_NAME, no? -- To unsubscribe, send mail to [email protected].
