Comment 80 for bug 1034928

Revision history for this message
Steve Magoun (smagoun) wrote :

@Andrea: The libreoffice bug is reproducible in 12.10 (LibreOffice version 1:3.6.2~rc2-0ubuntu4)

steve@steve-laptop:~$ libreoffice
Fontconfig warning: "/usr/lib/libreoffice/share/fonts/truetype/fc_local.conf", line 13: Having multiple <family> in <alias> isn't supported and may not works as expected

/usr/lib/libreoffice/share/fonts/truetype/fc_local.conf pretty clearly has multiple <family> elements nested inside <alias> elements:
        <alias binding="same">
          <family>Liberation Sans Narrow</family>
          <family>Arial Narrow</family>
          <default>
          <family>Arial Narrow</family>
          </default>
        </alias>

I can't load the patch from paste.debian.net from above, but this should be pretty straightforward to correct.