On Thu, 07 Sep 2017 12:03:33 -0400 Connor Glosser <[email protected]> wrote: > Package: fonts-font-awesome > Version: 4.7.0~dfsg-1 > Severity: normal > > Dear Maintainer, > > I use fonts-font-awesome to draw identifying characters for i3bar > workspaces. In a fresh Debian install with only i3 (and related) + > fonts-font-awesome installed, these characters render perfectly. > However, it appears that installing fonts-sil-gentiumplus-compact and > latex-cjk-korean (both come as dependencies of texlive-full) cause > significant errors in many font-awesome icons (see attached).
Hi,
I don't know i3 at all but some searches suggest [0] to add a `bar` config:
```
bar {
font pango:DejaVu Sans Mono, FontAwesome 8
}
```
Does it helps ?
I think that without help, fontconfig choose the best alternative font
that have the glyph you need which happen to be another font than
font-awesome.
I'm not sure there is much to do on fontconfig side as font-awesome
glyph use private use area unicode code-points.
See also [1].
[0]: https://stackoverflow.com/a/32655343/5834277
[1]: https://wiki.archlinux.org/index.php/I3#Iconic_fonts_in_the_status_bar
>
> -- System Information:
> Debian Release: 9.1
> APT prefers stable
> APT policy: (500, 'stable')
> Architecture: amd64 (x86_64)
> Foreign Architectures: i386
>
> Kernel: Linux 4.9.0-3-amd64 (SMP w/4 CPU cores)
> Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8),
> LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/dash
> Init: systemd (via /run/systemd/system)
>
> -- no debconf information
--
Alexis Murzeau
PGP: B7E6 0EBB 9293 7B06 BDBC 2787 E7BD 1904 F480 937F
signature.asc
Description: OpenPGP digital signature

