From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: Re: Font installed in non-default profile doesn't appear. Date: Wed, 09 May 2018 20:34:50 +0300 Message-ID: <87po24u405.fsf@gmail.com> References: <87bmdp66e8.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41991) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fGSzP-0003v6-Fv for help-guix@gnu.org; Wed, 09 May 2018 13:34:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fGSzL-0003Iy-Is for help-guix@gnu.org; Wed, 09 May 2018 13:34:55 -0400 Received: from mail-lf0-x22e.google.com ([2a00:1450:4010:c07::22e]:39953) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fGSzL-0003Ht-B8 for help-guix@gnu.org; Wed, 09 May 2018 13:34:51 -0400 Received: by mail-lf0-x22e.google.com with SMTP id p85-v6so16724623lfg.7 for ; Wed, 09 May 2018 10:34:50 -0700 (PDT) In-Reply-To: <87bmdp66e8.fsf@gmail.com> (George Clemmer's message of "Tue, 08 May 2018 20:04:47 -0400") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: George Clemmer Cc: help-guix 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": ~/path-to-my-profile/share/fonts -- Alex