I just upgraded my unstable setup. This upgraded both gnome and xorg, and some things stopped working as before. Particularly, I have the attached .fonts.conf which disables antialiasing for the TrueType fonts I use in terminals. This is now being ignored. I've checked fontconfig setup and it seems correct. - /etc/fonts/fonts.conf includes the conf.d directory as this: <include ignore_missing="yes">conf.d</include> - Inside conf.d there's a 50-user.conf file which includes personal .fonts.conf, as this: <include ignore_missing="yes">~/.fonts.conf</include> So, if things ran correctly, my .fonts.conf should be being taken into consideration, but I insist, it's being ignored. Anybody with the same problem? Any workaround? Should a bug to fontconfig package be filed? Any ideas welcome, so thanks in advance. Cordially, Ismael -- Ismael Valladolid Torres GnuPG key: DE721AF4 Jabber: ivalladt@gmail.com http://lamediahostia.blogspot.com/ Skype: ivalladt http://www.hispasonic.com/blog/ivalladt
<?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <fontconfig> <match target="font"> <test qual="any" name="family"> <string>ProggyCleanTTSZ</string> </test> <edit name="antialias" mode="assign"> <bool>false</bool> </edit> </match> <match target="font"> <test qual="any" name="family"> <string>FixedsysTTF</string> </test> <edit name="antialias" mode="assign"> <bool>false</bool> </edit> </match> </fontconfig>
Attachment:
signature.asc
Description: Digital signature