bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#22927: system-installed emacs does not find system-installed fonts


From: Alex Kost
Subject: bug#22927: system-installed emacs does not find system-installed fonts
Date: Mon, 04 Apr 2016 21:11:02 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Ludovic Courtès (2016-04-03 23:39 +0300) wrote:

> Alex Kost <address@hidden> skribis:
>
>> From fc239dda52244d6bd3b645660ca0827aa17afc05 Mon Sep 17 00:00:00 2001
>> From: Alex Kost <address@hidden>
>> Date: Sun, 3 Apr 2016 10:27:45 +0300
>> Subject: [PATCH] gnu: fontconfig: Find fonts in the system profile.
>>
>> Fixes <http://bugs.gnu.org/22927>.
>> Reported by myglc2 <address@hidden>.
>>
>> This also reverts commit e71ef7adaece7e132a5059139122b45083ea1b39.
>>
>> * gnu/packages/fontutils.scm (fontconfig)[arguments]: Add
>> /run/current-system/profile/share/fonts to --with-add-fonts configure flag.
>> * gnu/system/shadow.scm (default-skeletons): Do not create "fonts.conf" file.
>
> [...]
>
>> -            ;; register fonts from user profile
>> -            ;; TODO: Add /run/current-system/profile/share/fonts and remove
>> -            ;; the skeleton that works around it from 'default-skeletons'.
>> -            "--with-add-fonts=~/.guix-profile/share/fonts"
>> +            ;; Register fonts from user and system profiles.
>> +            (string-append "--with-add-fonts="
>> +                           "~/.guix-profile/share/fonts,"
>> +                           "/run/current-system/profile/share/fonts")
>
> If you’ve confirmed that passing a comma-separated list here works as
> expected, then please push to ‘core-updates’.

Yes, I confirmed, pushed.

-- 
Alex





reply via email to

[Prev in Thread] Current Thread [Next in Thread]