GNU bug report logs -
#42006
Installing font-dejavu breaks other fonts
Previous Next
To reply to this bug, email your comments to 42006 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-guix <at> gnu.org
:
bug#42006
; Package
guix
.
(Mon, 22 Jun 2020 14:45:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Leo Famulari <leo <at> famulari.name>
:
New bug report received and forwarded. Copy sent to
bug-guix <at> gnu.org
.
(Mon, 22 Jun 2020 14:45:02 GMT)
Full text and
rfc822 format available.
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)]
Information forwarded
to
bug-guix <at> gnu.org
:
bug#42006
; Package
guix
.
(Thu, 14 Jul 2022 03:12:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 42006 <at> debbugs.gnu.org (full text, mbox):
Hi Leo,
Leo Famulari <leo <at> famulari.name> writes:
> 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'.
Odd. Is this problem still actual?
Thanks,
Maxim
Information forwarded
to
bug-guix <at> gnu.org
:
bug#42006
; Package
guix
.
(Tue, 19 Jul 2022 13:55:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 42006 <at> debbugs.gnu.org (full text, mbox):
On Wed, Jul 13, 2022 at 11:11:49PM -0400, Maxim Cournoyer wrote:
> Hi Leo,
>
> Leo Famulari <leo <at> famulari.name> writes:
>
> > 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'.
>
> Odd. Is this problem still actual?
I will see about reproducing it when I have the time.
This bug report was last modified 2 years and 238 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.