GNU bug report logs -
#30655
xset(1) not accepting symlink to font path
Previous Next
Reported by: Marco van Hulten <marco <at> hulten.org>
Date: Wed, 28 Feb 2018 21:55:01 UTC
Severity: normal
Done: Royce Strange <royball <at> disroot.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Hi,
Marco van Hulten <marco <at> hulten.org> skribis:
> Je 2 mrt 12:46 skribis GNU:
>> > diff --git a/doc/guix.texi b/doc/guix.texi
>> > index 24db16761..35221ff94 100644
>> > --- a/doc/guix.texi
>> > +++ b/doc/guix.texi
>> > @@ -1572,7 +1572,7 @@ To be able to use such full names for the
>> > TrueType fonts installed in your Guix profile, you need to extend the
>> > font path of the X server:
>> > @example
>> > -xset +fp ~/.guix-profile/share/fonts/truetype
>> > +xset +fp $(dirname $(readlink -f ~/.guix-profile/share/fonts/truetype/fonts.dir))
>> > @end example
>>
>> Actually commit 07ec349229 that I just pushed fixes this very line. So
>> I guess we’re done?
>
> I don't think so, because I just did a 'git pull', and found that the
> old patch had been applied (the one with `readlink... that doesn't
> work, instead of the above with $(dirname $(readlink...) which works.
Oops, really fixed now (will push shortly.)
> Apropos, how often are the HTML pages generated from the repository and
> put online?
At each new release.
Thanks,
Ludo’.
This bug report was last modified 5 years and 35 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.