I encountered this problem on newly installed and updated Fedora 20
Pango-WARNING **: font_face status is: out of memory at /usr/lib64/perl5/vendor_perl/dpm/canvas_module.pm line 253.
Pango-WARNING **: scaled_font status is: out of memory at /usr/lib64/perl5/vendor_perl/dpm/canvas_module.pm line 253.
Pango-WARNING **: shaping failure, expect ugly output. shape-engine='BasicEngineFc', font='Arial Bold 19.53125', text=' 3R ' at /usr/lib64/perl5/vendor_perl/dpm/canvas_module.pm line 253.
Solution:
1. open terminal
2. su -
3. chmod -Rf 777 /usr/share/fonts/*
4. Tada! Everything should be fixed now!
Thanks for the tip. I suggest you go with the more secure options as below:
ReplyDelete$ su -
# cd /usr/share/fonts
# find -type d -exec chmod 755 {} \;
# find -type f -exec chmod 644 {} \;
Ta-daaa! Thx!
ReplyDeleteGreate!!!
ReplyDeleteThanks