/etc/fonts/local.conf does not respect lcdfilter option

MontyHimself <[email protected]>
Newsgroups gmane.comp.fonts.fontconfig
Message-ID <[email protected]>
I have set several options in the /etc/fonts/local.conf configuration 
file and all of them except the lcdfilter option are respected. I 
checked this via xrdb -query and the lcdfilter option doesn't show up 
there. I have now set this setting in /etc/X11/Xresources and it works 
there. I guess it should also be respected in the fontconfig file, 
though, shouldn't it?

I am using Fedora 24 with the fontconfig-2.11.94-7.fc24.x86_64 package. 
Here is my local.conf:

<?xml version='1.0'?>
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
<fontconfig>
     <match target="font">
         <edit name="antialias" mode="assign">
             <bool>true</bool>
         </edit>
         <edit name="autohint" mode="assign">
             <bool>false</bool>
         </edit>
         <edit name="embeddedbitmap" mode="assign">
             <bool>false</bool>
         </edit>
         <edit name="hinting" mode="assign">
             <bool>true</bool>
         </edit>
         <edit name="hintstyle" mode="assign">
             <const>hintslight</const>
         </edit>
         <edit name="lcdfilter" mode="assign">
             <const>lcddefault</const>
         </edit>
         <edit name="rgba" mode="assign">
             <const>rgb</const>
         </edit>
     </match>
</fontconfig>

On a sidenote, I actually wanted to open a bug report somewhere, but did 
only find a bugtracker on Launchpad. I guess that one is only for 
Ubuntu, though, right? Is there any other general purpose bug tracker?
_______________________________________________
Fontconfig mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/fontconfig
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.