From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonathan Frederickson Subject: bug#38437: Cantarell Oblique fonts fail to render in some Gnome applications Date: Sat, 30 Nov 2019 17:00:35 -0500 Message-ID: <20191130170035.4456e923@terracrypt.net> References: <8cdf659d2eb654b48ac8b3bfe9c7d2894a97979e.camel@student.tugraz.at> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:39887) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ibAnY-00047X-2y for bug-guix@gnu.org; Sat, 30 Nov 2019 17:01:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ibAnW-0000kW-Tm for bug-guix@gnu.org; Sat, 30 Nov 2019 17:01:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:57491) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ibAnW-0000k4-LZ for bug-guix@gnu.org; Sat, 30 Nov 2019 17:01:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ibAnW-0005hG-Jv for bug-guix@gnu.org; Sat, 30 Nov 2019 17:01:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <8cdf659d2eb654b48ac8b3bfe9c7d2894a97979e.camel@student.tugraz.at> 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: Leo Prikler Cc: 38437@debbugs.gnu.org On Sat, 30 Nov 2019 20:10:30 +0100 Leo Prikler wrote: > Have you tried refreshing your fontconfig cache (i.e. the system cache > in /var/cache/fontconfig)? I encountered similar issues a while ago > with System Monitor and Tweaks (and so did others, who also reported > the bug), and it seemed to be caused by a stale cache. IIRC you don't > need to install Cantarell as user, but you may still do so if you > wish. Aha! I'd tried refreshing the user-level fontconfig cache with 'fc-cache -f', but I hadn't run that as root to refresh the system cache. That did the trick. Thank you! :)