https://bugzilla.redhat.com/show_bug.cgi?id=1744377
Josef Ridky jridky@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |ajax@redhat.com, | |caillon+fedoraproject@gmail | |.com, | |fonts-bugs@lists.fedoraproj | |ect.org, | |gnome-sig@lists.fedoraproje | |ct.org, | |i18n-bugs@lists.fedoraproje | |ct.org, | |john.j5live@gmail.com, | |mclasen@redhat.com, | |pnemade@redhat.com, | |rhughes@redhat.com, | |rstrode@redhat.com, | |sandmann@redhat.com, | |tagoh@redhat.com Component|gimp |fontconfig Assignee|nphilipp@redhat.com |tagoh@redhat.com
--- Comment #2 from Josef Ridky jridky@redhat.com --- 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/36f46ba7201481e6... [2] https://www.freedesktop.org/software/fontconfig/fontconfig-devel/fcconfigpar...
i18n-bugs@lists.fedoraproject.org