From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Soo Subject: bug#26877: Fontcache in system profile not updated Date: Sun, 7 Jul 2019 03:49:40 -0700 Message-ID: <00F87CE4-6B21-4E34-927B-173D1B9AE8F5@asu.edu> References: <20170511083658.fuc54qhzo7ismnha@abyayala> Mime-Version: 1.0 (1.0) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:38955) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hk4kS-0002Qi-O0 for bug-guix@gnu.org; Sun, 07 Jul 2019 06:50:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hk4kL-00063X-EP for bug-guix@gnu.org; Sun, 07 Jul 2019 06:50:20 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:47364) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hk4k6-0005yj-5H for bug-guix@gnu.org; Sun, 07 Jul 2019 06:50:06 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hk4k6-0004i6-1e for bug-guix@gnu.org; Sun, 07 Jul 2019 06:50:02 -0400 In-Reply-To: <20170511083658.fuc54qhzo7ismnha@abyayala> Sender: "Debbugs-submit" Resent-Message-ID: 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: 26877@debbugs.gnu.org Hi! I reported #36013 to add support for kmscon=E2=80=99s fonts and keybinding c= onfiguration. I have a mostly working solution. The one problem I have when t= esting it is that kmscon cannot find a font even though it is installed in t= he system profile. I think it is caused by the system profile not having the= updated font cache when starting the kmscon service. Does that sound like a= reasonable explanation, given #26877? Thank you! John=