From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#26877: building fonts: fontcache must be updated regulary Date: Thu, 11 May 2017 22:55:55 +0200 Message-ID: <8760h7nmec.fsf@gnu.org> References: <20170511083658.fuc54qhzo7ismnha@abyayala> <8760h7guba.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35612) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d8v8z-0007e7-10 for bug-guix@gnu.org; Thu, 11 May 2017 16:57:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d8v8w-0001kZ-1q for bug-guix@gnu.org; Thu, 11 May 2017 16:57:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:36505) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d8v8v-0001kU-U6 for bug-guix@gnu.org; Thu, 11 May 2017 16:57:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d8v8v-0006mc-Nn for bug-guix@gnu.org; Thu, 11 May 2017 16:57:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <8760h7guba.fsf@netris.org> (Mark H. Weaver's message of "Thu, 11 May 2017 13:46:49 -0400") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Mark H Weaver Cc: 26877@debbugs.gnu.org, ng0 Hi, Mark H Weaver skribis: > The usual Guix way to handle things like this is to arrange for the font > cache to be part of the profile, and to create a profile hook that > creates the cache from all of the built packages included within. The problem is that the cache should be mutable so that one can run =E2=80=9Cfc-cache -f=E2=80=9D after having dropped files in ~/.local/share/= fonts, for instance. That said, quite surprisingly, I think I never had to run =E2=80=98fc-cache= =E2=80=99 except in the situation above. Ludo=E2=80=99.