GNU bug report logs -
#42006
Installing font-dejavu breaks other fonts
Previous Next
Reported by: Leo Famulari <leo <at> famulari.name>
Date: Mon, 22 Jun 2020 14:45:02 UTC
Severity: normal
Done: Andreas Enge <andreas <at> enge.fr>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Since my last full upgrade on June 9 2020, I found that if I have
font-dejavu installed in my profile, my terminal (rxvt-unicode) no
longer finds the font selected in my ~/.Xresources file.
I'm using Guix on Debian, and all the packages involved are installed by
Guix. They are rxvt-unicode, font-anonymous-pro, and font-dejavu.
I strace-d the terminal startup.
In the good case, it reads and loads a bunch font-related things before
it finally loads my specified font from its symlink in
'~/.guix-profile/share/fonts'.
In the bad case, this work is cut short before it loads the DejaVu font
directly from the store.
I've attached excerpts of these traces as 'good.log' and 'bad.log'.
Here is a manifest to test the effect:
------
(specifications->manifest
'(glibc-utf8-locales"
"rxvt-unicode"
"font-anonymous-pro"
"font-gnu-unifont:pcf"
"font-gnu-unifont:psf"
"font-gnu-unifont:bin"
"font-gnu-unifont"
"font-dejavu" ; comment this package to toggle the bug on and off
))
------
And the ~/.Xresources file:
------
Urxvt*scrollBar: false
URxvt*font: xft:Anonymous Pro:pixelsize=13:antialiasing=true \
xft:unifont:style=Medium:antialias=false:size=16
Xft.hinting: 1
Xft.hintstyle: hintfull
!
! this is a comment
!urxvt*foreground:White
!urxvt*background:Black
urxvt*foreground:Black
urxvt*background:White
------
[good.log (text/plain, attachment)]
[bad.log (text/plain, attachment)]
This bug report was last modified 106 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.