On 3/23/06, Decklin Foster <[EMAIL PROTECTED]> wrote:
> Bryan Donlan writes:
>
> > My Xresources file is at http://bdonlan.googlepages.com/Xresources
>
> I see you're not overriding the font here, so could you try commenting
> out URxvt.font in /etc/X11/app-defaults/URxvt? This was done to fix
> another bug unfortunately. That will probably solve it, but a better fix
> would be if I could change it to something like
>
> URxvt.font: 
> xft:Mono:size=10,-misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso10646-1
>
> Does that work for you? That way I can still suppy a non-Xft default in
> the -lite flavour.

Commenting out the font line had no effect; I tried using xrdb -merge,
which failed as URxvt-local was missing. I merged it filtering the
include line out, but again it failed.

With the font line above, it fails with:
urxvt: unable to load base fontset, please specify a valid one using
-fn, aborting.


> I see, however, that your latin characters are *not* Xft, and if this is
> what you want to keep, you would want to fall back in the reverse order:
>
> URxvt.font: 
> -misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso8859-1,xft:Mono:pixelsize=13
>
> I'm not sure if this is at all correct; I'm going to look into the
> auto-selection code. As the app-defaults says, that's really only supposed
> to be a last resort.

The last font line again has the near-unreadable characters :|

Reply via email to