Fedora Account System
Red Hat Associate
Red Hat Customer
Description of problem: When run an application from the terminal, I see many warnings and error messages about fontconfig Version-Release number of selected component (if applicable): fontconfig-2.11.1-5.fc21.x86_64 How reproducible: every time Steps to Reproduce: 1. open an terminal 2. run an appication Actual results: libs init.. loading appindicator3 with version 1.. could not load appindicator3 without version. loading appindicator with version 1.. could not load appindicator without version. no appindicator :( Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 78: saw unknown, expected number Fontconfig warning: "/etc/fonts/conf.d/65-0-lohit-bengali.conf", line 32: unknown element "langset" Fontconfig warning: "/etc/fonts/conf.d/69-gnu-free-sans.conf", line 24: unknown element "langset" Fontconfig warning: "/etc/fonts/conf.d/69-gnu-free-serif.conf", line 24: unknown element "langset" Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element Fontconfig error: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 70: non-double matrix element Fontconfig warning: "/etc/fonts/conf.d/10-scale-bitmap-fonts.conf", line 78: saw unknown, expected number Fontconfig warning: "/etc/fonts/conf.d/65-0-lohit-bengali.conf", line 32: unknown element "langset" Fontconfig warning: "/etc/fonts/conf.d/69-gnu-free-sans.conf", line 24: unknown element "langset" Fontconfig warning: "/etc/fonts/conf.d/69-gnu-free-serif.conf", line 24: unknown element "langset" Expected results: No warnings/errors Additional info:
apparently your app is linking the older version of fontconfig. that "non-double matrix element" error was dropped since 2.10.91. if you use the correct version as you reported, it won't happens. check your linker path if you have any older shared library or applications links libraries statically.