all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: George Clemmer <myglc2@gmail.com>
To: Alex Kost <alezost@gmail.com>
Cc: help-guix <help-guix@gnu.org>
Subject: Re: Font installed in non-default profile doesn't appear.
Date: Wed, 09 May 2018 19:07:59 -0400	[thread overview]
Message-ID: <87wowc2zsg.fsf@gmail.com> (raw)
In-Reply-To: <87po24u405.fsf@gmail.com>


Alex Kost <alezost@gmail.com> writes:

> Hello George,
>
> George Clemmer (2018-05-08 20:04 -0400) wrote:
>
>> In a "headless" vm-image (sysi29.scm, attached), "font-dejavu" installed
>> by manifest (attached) into the "empty" default profile ...
>>
>> 'guix package -m manifest'
>>
>> ... appears in the emacs 'M-x menu-set-font' choice box. But it doesn't
>> appear with the same manifest installed in the "foo" profile ...
>
> To make fonts available from a non-standard profile I added the
> following line into my "~/config/fontconfig/fonts.conf":
>
>   <dir>~/path-to-my-profile/share/fonts</dir>

Thank you Alex!

On the chance it might be useful to someone else, this ...

<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<!-- /etc/fonts/fonts.conf file to configure system font access -->
<fontconfig>
<dir>~/path-to-my-profile/share/fonts</dir>
</fontconfig>

... in "~/.config/fontconfig/fonts.conf" worked for me ;-)

  reply	other threads:[~2018-05-09 23:08 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-09  0:04 Font installed in non-default profile doesn't appear George Clemmer
2018-05-09 17:34 ` Alex Kost
2018-05-09 23:07   ` George Clemmer [this message]
2018-05-10 15:56     ` bug#31403: " George Clemmer
2020-10-05  5:46       ` Maxim Cournoyer
2021-09-13  2:29         ` Sarah Morgensen
2021-09-15  4:04           ` Maxim Cournoyer
2022-11-18 14:18       ` Maxim Cournoyer

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=87wowc2zsg.fsf@gmail.com \
    --to=myglc2@gmail.com \
    --cc=alezost@gmail.com \
    --cc=help-guix@gnu.org \
    /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.