all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Alex Kost <alezost@gmail.com>
To: "Ludovic Courtès" <ludo@gnu.org>
Cc: myglc2 <myglc2@gmail.com>, 22927@debbugs.gnu.org
Subject: bug#22927: system-installed emacs does not find system-installed fonts
Date: Mon, 04 Apr 2016 21:11:02 +0300	[thread overview]
Message-ID: <87k2kdtfbd.fsf@gmail.com> (raw)
In-Reply-To: <87a8mb5t8t.fsf@gmail.com>

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

> Alex Kost <alezost@gmail.com> skribis:
>
>> From fc239dda52244d6bd3b645660ca0827aa17afc05 Mon Sep 17 00:00:00 2001
>> From: Alex Kost <alezost@gmail.com>
>> 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 <myglc2@gmail.com>.
>>
>> 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	other threads:[~2016-04-04 18:12 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-06 18:57 bug#22927: system-installed emacs does not find system-installed fonts myglc2
2016-03-07  9:27 ` Alex Kost
2016-04-02 17:29   ` Ludovic Courtès
2016-04-03  7:44     ` Alex Kost
2016-04-03 20:39       ` Ludovic Courtès
2016-04-04 18:11         ` Alex Kost [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87k2kdtfbd.fsf@gmail.com \
    --to=alezost@gmail.com \
    --cc=22927@debbugs.gnu.org \
    --cc=ludo@gnu.org \
    --cc=myglc2@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.