On Tue, Apr 25, 2006 at 09:07:17PM +0400, Alexander Polakov wrote:
> On Tue, 25 Apr 2006 16:00:31 +0200
> "Anselm R. Garbe" <garbeam_AT_wmii.de> wrote:
>
> > Hi there,
> >
> > once again another snap, because yesterday's snap contained a
> > serious bug. Now I achieved feature freeze for wmii-3. Only
> > bugfixes are allowed until the release during the next days.
> >
> > In contrast to yesterdays snap this one contains a very
> > important and long-awaited feature: the revival of
> > focus-follows-mouse, which seems to work pretty well for me (and
> > which speeds up the overall usage).
> very happy with focus follows mousr
> > Ok, other changes have been done to the UTF8 handling, I
> > replaced it with the more robust Xmb* functions (I hope they are
> > included in Solaris Stefan!).
> still doesn't work for me? maybe my fault: I did only
> 1.setenv LANG ru_RU.UTF-8
> 2.WMII_FONT='-*-zrnic cyr-*-*-*-*-*-*-*-*-*-*-iso10646-1' export WMII_FONT in wmiirc
> and russian letters in titles of gtk2 apps are now not shown at all :(
Bad, maybe I missed something. Can you try following:
In liblitz/draw.c change the last 4 lines in xdrawtext() as
follows:
if(0 && d->font.set)
XmbDrawString(dpy, d->drawable, d->font.set, d->gc, x, y, text, len);
else
XDrawString(dpy, d->drawable, d->gc, x, y, text, len);
Regards,
-- Anselm R. Garbe ><>< www.ebrag.de ><>< GPG key: 0D73F361Received on Wed Apr 26 2006 - 08:40:17 UTC
This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 16:03:35 UTC