[Bug 861054] New: $HOME/.config/fontconfig/fonts.conf ignored

bugzilla at redhat.com bugzilla at redhat.com
Thu Sep 27 12:29:06 UTC 2012


https://bugzilla.redhat.com/show_bug.cgi?id=861054

            Bug ID: 861054
        QA Contact: extras-qa at fedoraproject.org
          Severity: unspecified
           Version: 18
          Priority: unspecified
                CC: fonts-bugs at lists.fedoraproject.org,
                    i18n-bugs at lists.fedoraproject.org, pnemade at redhat.com,
                    tagoh at redhat.com
          Assignee: tagoh at redhat.com
           Summary: $HOME/.config/fontconfig/fonts.conf ignored
        Regression: ---
      Story Points: ---
    Classification: Fedora
                OS: Unspecified
          Reporter: marcus.moeller at gmx.ch
              Type: Bug
     Documentation: ---
          Hardware: Unspecified
        Mount Type: ---
            Status: NEW
         Component: fontconfig
           Product: Fedora

I have created a fonts.conf configuration file
$HOME/.config/fontconfig/fonts.conf with the following content:

<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
       <match target="font" >
              <edit mode="assign" name="rgba" >
                     <const>none</const>
              </edit>
       </match>
       <match target="font" >
              <edit mode="assign" name="hinting">
                     <bool>true</bool>
              </edit>
       </match>
       <match target="font" >
               <edit mode="assign" name="hintstyle">
               <const>hintfull</const>
               </edit>
       </match>     
</fontconfig>


According to xrdb -q (after re-login) the following values are set:

Xft.dpi:    96
Xft.hinting:    true
Xft.hintstyle:    hintmedium

So the config seems to be ignored.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the fonts-bugs mailing list