[SOLVED] Fontconfig warning
Symptom
When running a application from the terminal the following warning is displayed:
Fontconfig warning: "/etc/fonts/conf.d/50-user.conf", line 9: reading configurations from ~/.fonts.conf is deprecated.
Fix
Open a terminal window and run:
mkdir -p $HOME/.config/fontconfig
mv $HOME/.fonts.conf $HOME/.config/fontconfig/fonts.conf
Thanks, works for me! :-)
ReplyDeleteYou're welcome.
DeleteThank you for this quickie.
ReplyDeleteYou're welcome!
Deletetnx :)
ReplyDeleteYou're welcome!
Deletethis works on my ubuntu 13.04!
ReplyDeleteThanks, works :)
ReplyDeleteWorked perfectly in Arch Linux! many thanks
ReplyDeleteThanks :). Works for Kubuntu as well...
ReplyDeleteHi, thanks this works for Fedora 19 too! ;).
ReplyDeleteThanks :)
ReplyDeleteFantastic, thank you for documenting this!
ReplyDeleteExcelente!
ReplyDeleteMe funcionó de perfectamente.
Muchas gracias!
xUbuntu 13.10, amd64
ReplyDeleteThanks, works.
On my Ubuntu Studio 13.10, I must use this:
ReplyDeletemv $HOME/.fonts.conf $HOME/.config/fontconfig/.fonts.conf
(I tried:
mv $HOME/.fonts.conf $HOME/.config/fontconfig/fonts.conf, but it still warning :D)
thank you !
ReplyDeleteThank You so much for helping me out with this I am using Netrunner 13.04.
ReplyDeleteThank You so much this warning drove me crazy.
ReplyDeleteThank's. Ok on Kubuntu and Mint with KDE.
ReplyDeleteThank you. This has solved the problem with klipper panel kubuntu : )
ReplyDeleteWhen I type
ReplyDeletemkdir -p $HOME/.config/fontconfig
mv $HOME/.fonts.conf $HOME/.config/fontconfig/fonts.conf
It says "mv: cannot stat '.fonts.conf': no such file or directory
How can I fix this?
I have been having problems since I updated Ubuntu
I think you shouldn't be getting the warning since the file does not exits on your home directory.
DeleteСпасибо! На Kubuntu тоже помогло.
ReplyDelete