all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Pierre Neidhardt <mail@ambrevar.xyz>
To: "Jorge P. de Morais Neto" <jorge+list@disroot.org>, help-guix@gnu.org
Subject: Re: How to use foreign-distro fonts without symlink hack?
Date: Sun, 05 Jan 2020 19:34:24 +0100	[thread overview]
Message-ID: <87tv59ycpb.fsf@ambrevar.xyz> (raw)
In-Reply-To: <871rsdrgnp.fsf@disroot.org>

[-- Attachment #1: Type: text/plain, Size: 829 bytes --]

Hi Jorge!

jorge+list@disroot.org (Jorge P. de Morais Neto) writes:

> 1. Could this symlink cause problems for Debian applications?

Should be fine.

> 2. Why does not Guix `fc-cache' look in `/usr/share/fonts'?

Because Guix does not know about files outside the store or the home
directory.  This is by design.

Another way to change this behaviour is to add /usr/share/fonts to
~/.config/fontconfig/fonts.conf:

--8<---------------cut here---------------start------------->8---
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<!-- /etc/fonts/fonts.conf file to configure system font access -->
<fontconfig>
<dir>/usr/share/fonts</dir>
</fontconfig>
--8<---------------cut here---------------end--------------->8---

Hope this helps! :)

-- 
Pierre Neidhardt
https://ambrevar.xyz/

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

  reply	other threads:[~2020-01-05 18:34 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-05 16:50 How to use foreign-distro fonts without symlink hack? Jorge P. de Morais Neto
2020-01-05 18:34 ` Pierre Neidhardt [this message]
2020-01-06 21:21   ` Jorge P. de Morais Neto

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=87tv59ycpb.fsf@ambrevar.xyz \
    --to=mail@ambrevar.xyz \
    --cc=help-guix@gnu.org \
    --cc=jorge+list@disroot.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.