GNU bug report logs - #42006
Installing font-dejavu breaks other fonts

Previous Next

Package: guix;

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

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Leo Famulari <leo <at> famulari.name>
Subject: bug#42006: closed (Close)
Date: Wed, 02 Apr 2025 10:14:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#42006: Installing font-dejavu breaks other fonts

which was filed against the guix package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 42006 <at> debbugs.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)]
From: Andreas Enge <andreas <at> enge.fr>
To: 42006-done <at> debbugs.gnu.org
Subject: Close
Date: Wed, 2 Apr 2025 12:13:45 +0200
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


[Message part 3 (message/rfc822, inline)]
From: Leo Famulari <leo <at> famulari.name>
To: bug-guix <at> gnu.org
Subject: Installing font-dejavu breaks other fonts
Date: Mon, 22 Jun 2020 10:44:14 -0400
[Message part 4 (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.