"Jagadeesh N. Malakannavar" <[email protected]> writes:

> urxvt: unable to load base fontset, please specify a valid one using
> -fn,
> aborting.
>
>
> my .Xdefaults is
>
> urxvt.font: xft: Bitstream Vera Sans Mono:pixelsize=12
> urxvt.boldfont: xft:Bitstream Vera Sans Mono:bold:pixelsize=12

I would check to see that rxvt-unicode was built with xft support:

    $ urxvt -v
    rxvt-unicode (urxvt) v9.15 - released: 2012-01-21
    options: perl,xft,styles,...
                  ^^^

Be sure you have both pkgconfig and libxft installed on your system
before re-compiling rxvt-unicode with `./configure --enable-xft ...`

guns

_______________________________________________
rxvt-unicode mailing list
[email protected]
http://lists.schmorp.de/cgi-bin/mailman/listinfo/rxvt-unicode

Reply via email to