[Bug 291746] x11-fonts/fontconfig broke bitmap fonts for x11-wm/dwm and x11/dmenu
Date: Sat, 10 Jan 2026 14:23:48 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291746
--- Comment #12 from jakub_lach@mailplus.pl ---
Right, according to xorg-server outp, the .fonts.conf that is actually picked
up is in
~/.config/fontconfig/fonts.conf
That one currently has -
<fontconfig>
<selectfont>
<rejectfont>
<pattern>
<patelt name="scalable">
<bool>false</bool>
</patelt>
</pattern>
</rejectfont>
<acceptfont>
<pattern>
<patelt name="family" >
<string>xos4 Terminus</string>
</patelt>
</pattern>
</acceptfont>
</selectfont>
<...>
I will play around and report back. I've also picked up
https://gitlab.freedesktop.org/fontconfig/fontconfig/-/commit/aaa8aca60993ae635dba4ed9fa8bd06ad0b52128
from https://bbs.archlinux.org/viewtopic.php?id=306612
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.