On Tue, Jan 14, 2025 at 10:05:08PM GMT, Stuart Henderson wrote: > On 2025-01-14, Joel Carnat <j...@carnat.net> wrote: >> Hi, >> I had OpenBSD 7.6, latest syspatch, installed and running properly with >> WindowMaker, thunar, Firefox ESR. For reasons, I upgraded to the latest >> snapshot, using `sysupgrade -s`. Once rebooted, I updated all my >> packages using `pkg_add -u -D installed; pkg_delete -a`. Then I rebooted >> once again to have everything loaded properly. >> But then, none of my GTK based applications show fonts anymore. The >> error is like: >> $ (thunar:7688): Gdk-WARNING **: 22:13:02.334: Native Windows wider or >> taller than 32767 pixels are not supported > > There was an issue with an update to pango. > > A workaround was committed but packages are not available yet.
I've recompiled the latest devel/harfbuzz and devel/pango which updates from pango-1.56.0 to pango-1.56.0p0. And this does solve the problem. Thanks a lot.