On Mon, Oct 01, 2007 at 03:47:36AM -0400, Rich Felker wrote:
> [...] The default configuration for fontconfig should blacklist the
> URW Nimbus fonts [...]

I had a chat with Rich about this.  He showed me how to make this
change at the user level, so that at least *I* won't have this problem
anymore, even if newbie Debian users do:

    $ cat ~/.fonts.conf
    <?xml version="1.0"?>
    <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
    <fontconfig>
      <!-- http://bugs.debian.org/444811 -->
      <!-- On Debian the fuzzy, unreadable Type1 "Nimbus" family provided
           by the gsfonts package is used by default, even if ttf-dejavu
           and ttf-liberation are installed.  This declaration prevents
           fontconfig-enabled applications from ever using Nimbus. -->
      <selectfont>
        <rejectfont>
          <glob>/usr/share/fonts/type1/gsfonts/*</glob>
        </rejectfont>
      </selectfont>
    </fontconfig>

Rich also pointed out the ttf-liberation currently takes precedence
over gsfonts for the "arial" alias, but the "helvetica" alias still
points to gsfonts (URW Nimbus).



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to