From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Prikler Subject: bug#38437: Cantarell Oblique fonts fail to render in some Gnome applications Date: Sat, 30 Nov 2019 20:10:30 +0100 Message-ID: <8cdf659d2eb654b48ac8b3bfe9c7d2894a97979e.camel@student.tugraz.at> References: <20191130124157.5421ec6c@terracrypt.net> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:49258) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ib891-0004MR-OG for bug-guix@gnu.org; Sat, 30 Nov 2019 14:11:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ib890-0000bB-Pu for bug-guix@gnu.org; Sat, 30 Nov 2019 14:11:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:57423) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ib890-0000ax-7I for bug-guix@gnu.org; Sat, 30 Nov 2019 14:11:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ib890-0001A6-3I for bug-guix@gnu.org; Sat, 30 Nov 2019 14:11:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: 20191130124157.5421ec6c@terracrypt.net 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: jonathan@terracrypt.net Cc: 38437@debbugs.gnu.org > Some Gnome applications (Claws Mail and Glade in my case) show > rectangles in place of characters. Screenshot of this is attached. > Terminal logs in these cases show for example: > > (claws-mail:14616): Pango-WARNING **: 12:31:34.945: shaping failure, > expect ugly output. shape-engine='PangoFcShapeEngine', > font='Cantarell > Oblique 11', text='Personal' > > I've tried manually installing 'font-abattis-cantarell' into my > profile, which did not solve this problem. 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. Regards, Leo