Fontconfig warning: “/etc/fonts/conf.d/50-user.conf”, line 9: reading configurations from ~/.fonts.conf is deprecated.
February 2, 2013 Leave a comment
mkdir ~/.config/fontconfig ; mv -i ~/.fonts.conf ~/.config/fontconfig/fonts.conf
Don’t make war make Linux!
February 2, 2013 Leave a comment
mkdir ~/.config/fontconfig ; mv -i ~/.fonts.conf ~/.config/fontconfig/fonts.conf
February 10, 2011 Leave a comment
for this bug see the solutions here
http://bugs.kde.org/show_bug.cgi?id=209464#c21
February 4, 2011 2 Comments
Edit this file:
kdesudo kate /usr/share/pyshared/PyQt4/uic/uiparser.py
press CTRL F to find this line
bg_name = bg_i18n.string
Replace with
bg_name = str(bg_i18n)