[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#866114: texlive-fonts-extra: Icon errors when installed alongside fonts-font-awesome



Hi Norbert -

Thanks for the help (and info!) After a little more investigating, I think you're right -- this isn't a texlive-fonts-extra problem. I had assumed it was because that's the only thing I know of in the TeX system that uses font awesome, and the glyphs broke after I added texlive-full on a fresh Stretch system that already had the i3 and fonts-font-awesome packages installed (I can remove texlive-full and things work again). Running

$ sudo dpkg --remove --force-depends texlive-fonts-extra

to specifically remove the fonts-extra problem doesn't fix things which seems to indicate the problem is with another part of texlive-full. Do you know of anything else I can check to iron out what might be causing the problem? Running 

$ fc-list | grep -i awesome

gives me the same output as you.

Thanks!
~Connor

On Tue, Jun 27, 2017 at 10:13 AM, Norbert Preining <preining@logic.at> wrote:
tags 866114 + moreinfo
thanks

Hi Connor,

> I use fontawesome to set workspace "icons" in my i3 window manager
> config. If I only have the fonts-font-awesome package installed,
> everything looks fine. However, when I install TeX, the fontawesome
> glyphs no longer render properly in i3 (http://i.imgur.com/Js3Nfv1.png
> -- should contain the firefox logo, the terminal icon, and a dot,
> respectively).

Hmmm, I am not sure whether this is a problem of texlive-fonts-extra.
This package depends on
        fonts-font-awesome
and links the .otf file into the texmf tree, so nothing changes here.

In addition, it installs the type1 font version
        /usr/share/texlive/texmf-dist/fonts/type1/public/fontawesome/FontAwesome.pfb
but this directory is not activated for X fonts. And even if it is,
fontconfig should find the otf font, too, and deliver it.

Do you have personal fontconfig configuration files that add specific
directories to the fontconfig search path?

In any case, can you use
        fc-list | grep -i awesome
In my case I get:
        /usr/share/fonts/opentype/font-awesome/FontAwesome.otf: FontAwesome:style=Regular
        /usr/share/fonts/woff/font-awesome/fontawesome-webfont.woff: FontAwesome:style=Regular
        /usr/share/fonts/truetype/font-awesome/fontawesome-webfont.ttf: FontAwesome:style=Regular
nothing that is touched at all by the TeX packages.

All the best

Norbert

--
PREINING Norbert                               http://www.preining.info
Accelia Inc.     +    JAIST     +    TeX Live     +    Debian Developer
GPG: 0x860CDC13   fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13


Reply to: