https://bugzilla.redhat.com/show_bug.cgi?id=1744377
Josef Ridky <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected], | |caillon+fedoraproject@gmail | |.com, | |[email protected] | |ect.org, | |[email protected] | |ct.org, | |[email protected] | |ct.org, | |[email protected], | |[email protected], | |[email protected], | |[email protected], | |[email protected], | |[email protected], | |[email protected] Component|gimp |fontconfig Assignee|[email protected] |[email protected] --- Comment #2 from Josef Ridky <[email protected]> --- The issue is caused by fontconfig package due of following commit [1]. Based on fontconfig documentation [2]: If 'complain' is FcFalse, no warning will be displayed if 'file' does not exist. ... Returns FcFalse if some error occurred while loading the file, either a parse error, semantic error or allocation failure. Otherwise returns FcTrue. Now, when 'file' is missing, FcFalse is returned instead of FcTrue and due of it, GIMP don't parse any font.conf file in the system. Assigning this issue to fontconfig package. [1] https://gitlab.freedesktop.org/fontconfig/fontconfig/commit/36f46ba7201481e6fee25cf3c78038d57f41d7cf [2] https://www.freedesktop.org/software/fontconfig/fontconfig-devel/fcconfigparseandload.html -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ fonts-bugs mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected]
