Re: Sawfish bug on title changes



Eli Barzilay <eli barzilay org> writes:
>     XtVaSetValues(X->frame, 
>                   XtNtitleEncoding, utf8_atom,
>                   XtNiconNameEncoding, utf8_atom,
>                   NULL);

It must be nearly 20 years since I did anything with Xt, but this
looks like it is going to set the type of WM_TITLE and WM_ICON_NAME to
UTF8_STRING, which is an error.  Xt is probably just too ancient to
support EWMH in any way.  Most popular toolkits these days are not
built on Xt.  If you need to use Xt, perhaps you can put in the EWMH
properties by hand.

-- 
	Timo Korvola		<URL:http://www.iki.fi/tkorvola>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]