We get this warning when starting tlclient from a terminal on linux: > Fontconfig warning: "/usr/share/fontconfig/conf.avail/05-reset-dirs-sample.conf", line 6: unknown element "reset-dirs" It doesn't seem to affect anything but it looks bad that we arent handling reset-dirs. This is on Fedora 40 that provides a newer fontconfig than we currently have in cenbuild.
I also found a discussion which indicate that we should build the client against a newer fontconfig: https://bugzilla.redhat.com/show_bug.cgi?id=1770450
"Just for fun" I tested to build the client with fontconfig 2.15 and the warning disappears. So this is likely an easy fix.