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
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Wed, 2 Apr 2025 12:13:45 +0200
with message-id <Z-0N2SKwE7gjmMaj <at> jurong>
and subject line Close
has caused the debbugs.gnu.org bug report #42006,
regarding Installing font-dejavu breaks other fonts
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
42006: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=42006
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (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)]
[Message part 6 (message/rfc822, inline)]
Hello Leo,
closing this as probably too old to be still relevant; please feel free
to reopen it if you still experience the problem.
Andreas
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.