Fedora Account System
Red Hat Associate
Red Hat Customer
Fontconfig error: "/etc/fonts/conf.d/65-sil-scheherazade.conf", line 25: invalid attribute 'mode' $ rpm -q --whatprovides /etc/fonts/conf.d/65-sil-scheherazade.conf sil-scheherazade-fonts-1.005-1.fc19.noarch $ rpm -V sil-scheherazade-fonts $ $ rpm -q fontconfig fontconfig-2.10.91-1.fc19.x86_64
Honestly, I'm not sure how to fix it, as it still matches the templates in fontpackages-devel package. However, looking at the fonts-conf man page, it seems that probably 'mode' should be changed to 'compare' in line 25. Does it fix the problem? And a question, how did you get the error? :D :P (Sorry!)
(In reply to comment #1) > Honestly, I'm not sure how to fix it, as it still matches the templates in > fontpackages-devel package. However, looking at the fonts-conf man page, it > seems that probably 'mode' should be changed to 'compare' in line 25. Does > it fix the problem? That seems to kill the warning yes. No idea if the matrix still works > And a question, how did you get the error? :D :P (Sorry!) rawhide fontconfig complains about it whenever you do a fontconfig access (so launching any gui app, even stupid ones like abrt-gui, will produce the error, you see them if you start apps from a term)
Thanks, fixed.