pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/39363
The following reply was made to PR pkg/39363; it has been noted by GNATS.
From: Sergey Svishchev <svs%ropnet.ru@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: pkg/39363
Date: Tue, 13 Jan 2009 01:36:27 +0300
This appears to be a font problem, actually -- XCreateFontSet tries to
find fonts in locale encoding (KOI8-R), but in CYR-RFX family there are
no fonts in that encoding -- not with 'native' names (-rfx-*). There
are koi8-1, koi8-ru, ..., but no koi8-r.
However, the following font pattern works with osd_cat (note that
encoding is omitted, see XCreateFontSet manpage for explanation),
because there are aliases -b&h_koi8_1-...-koi8-r:
'-*-*-medium-r-normal-*-24-240-75-75-m-140'
Does this solve your problem?
--
Sergey Svishchev
Home |
Main Index |
Thread Index |
Old Index