Re: xcalc missing fonts

From: Gary Aitken <freebsd_at_dreamchaser.org>
Date: Wed, 25 Jun 2025 19:46:22 UTC
On 6/25/25 10:15, Steve Rikli wrote:
> On Wed, Jun 25, 2025 at 09:55:34AM -0800, Gary Aitken wrote:
>> On 6/24/25 20:25, Gary Aitken wrote:
...> Fwiw, my 14.3 system has these:
...
> $ find . -name fonts.dir
> ./misc/fonts.dir
> ./dejavu/fonts.dir
> ./noto/fonts.dir
> ./TTF/fonts.dir
> ./OTF/fonts.dir
> ./100dpi/fonts.dir
> 
> I've not manually created or otherwise manipulated anything therein. I expect
> some of those were created today when I installed xcalc (see below).
...
> My 'xset q' shows a Font Path:
>    /usr/share/fonts/X11/misc,/usr/share/fonts/X11/100dpi/:unscaled,/usr/share/fonts/X11/75dpi/:unscaled,/usr/share/fonts/X11/Type1,/usr/share/fonts/X11/100dpi,/usr/share/fonts/X11/75dpi,built-ins

Do you know how that path got set; since it doesn't include everything in
/usr/local/share/fonts ?

> $ xcalc --version
> xcalc 1.1.2

My version is the same:
$ pkg info -d xcalc
xcalc-1.1.2_1:
         xbitmaps-1.1.2
         libX11-1.8.12,1
         libXt-1.3.0,1
         libXaw-1.0.16,2
         font-misc-misc-1.1.2_4
         font-alias-1.0.4
         font-adobe-100dpi-1.0.3_4
         libX11-1.8.12,1 (libX11.so.6)
         libXaw-1.0.16,2 (libXaw.so.7)
         libXt-1.3.0,1 (libXt.so.6)

> Not a reference or documentation per se, but this 14.3-STABLE system has
> no /usr/local/etc/X11/fonts.d/ subdir at all.

Thanks

Gary