[Pkg-fonts-devel] Bug#687172: Fontconfig file warnings for fonts-sil-andika in Jessie

Axel Beckert abe at debian.org
Thu Sep 10 07:49:48 UTC 2015


Hi,

Petter Reinholdtsen wrote:
> [Andreas Mohr]
> > For message documentation reasons, the exact error output as
> > experienced on iceweasel startup is:
> 
> Yes, and it is very annoying.  I see it with both inkscape,
> pavucontrol and okular, and can not really remove the problematic
> fonts-sil-andika package because it is needed by tuxmath and tuxtype.

Let me add Emacs, gucharmap, lxrandr, arandr, and probably tons of
other packages, too.

> Any chance to have this issue fixed in Jessie?

That would be nice, indeed.

I've now copied the file /etc/fonts/conf.avail/65-andika.conf from an
Unstable system over the one on my Jessie installation as shown below.
That helped.

But since stable and unstable both have 1.004-2 as well and I can't
remember having changed that file manually, this probably means that I
only have that issue because of https://bugs.debian.org/768232
(fonts-sil-andika: conffiles not removed).

The fixed file for those who are annoyed enough to edit conffiles
themselves:

<?xml version="1.0"?>
<!-- Aliases for Andika Design Reviews -->
<!-- This configuration file is free to modify -->
<fontconfig>
  <match target="pattern">
    <test qual="any" name="family" compare="contains">
      <string>Andika Design Review</string>
    </test>
    <edit name="family" mode="assign">
      <string>Andika</string>
    </edit>
  </match>
  <match target="pattern">
    <test qual="any" name="family">
      <string>Andika Basic</string>
    </test>
    <edit name="family" mode="assign">
      <string>Andika</string>
    </edit>
  </match>
  <!-- Aliases for Andika Design Reviews  -->
  <alias>
    <family>Andika Design Review A</family>
    <accept>
      <family>Andika</family>
    </accept>
  </alias>
  <alias>
    <family>Andika Design Review B</family>
    <accept>
      <family>Andika</family>
    </accept>
  </alias>
  <alias>
    <family>Andika Design Review C</family>
    <accept>
      <family>Andika</family>
    </accept>
  </alias>
  <alias>
    <family>Andika Design Review D</family>
    <accept>
      <family>Andika</family>
    </accept>
  </alias>
  <alias>
    <family>Andika Design Review E</family>
    <accept>
      <family>Andika</family>
    </accept>
  </alias>
  <alias>
    <family>Andika Design Review F</family>
    <accept>
      <family>Andika</family>
    </accept>
  </alias>
  <alias>
    <family>Andika Design Review G</family>
    <accept>
      <family>Andika</family>
    </accept>
  </alias>
  <alias>
    <family>Andika Design Review H</family>
    <accept>
      <family>Andika</family>
    </accept>
  </alias>
  <alias>
    <family>Andika Basic</family>
    <accept>
      <family>Andika</family>
    </accept>
  </alias>
</fontconfig>

		Regards, Axel
-- 
 ,''`.  |  Axel Beckert <abe at debian.org>, http://people.debian.org/~abe/
: :' :  |  Debian Developer, ftp.ch.debian.org Admin
`. `'   |  4096R: 2517 B724 C5F6 CA99 5329  6E61 2FF9 CD59 6126 16B5
  `-    |  1024D: F067 EA27 26B9 C3FC 1486  202E C09E 1D89 9593 0EDE



More information about the Pkg-fonts-devel mailing list