From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxim Cournoyer Subject: bug#24279: Bug in xterm and/or fontconfig Date: Thu, 30 Nov 2017 21:10:47 -0500 Message-ID: <87bmjjp594.fsf@gmail.com> References: <20160821131806.GA7072@jocasta.intra> <87shcyj2n9.fsf@gmail.com> <87inds6r1v.fsf@gnu.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]:57037) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eKanE-0006rU-MG for bug-guix@gnu.org; Thu, 30 Nov 2017 21:11:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eKan9-0004zL-Kg for bug-guix@gnu.org; Thu, 30 Nov 2017 21:11:08 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:58372) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eKan9-0004z3-Fn for bug-guix@gnu.org; Thu, 30 Nov 2017 21:11:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eKan8-0003p3-Ci for bug-guix@gnu.org; Thu, 30 Nov 2017 21:11:03 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87inds6r1v.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Thu, 30 Nov 2017 10:42:36 +0100") 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: John Darrington , 24279@debbugs.gnu.org Hello, ludo@gnu.org (Ludovic Court=C3=A8s) writes: [...] > We can also fix this once and for all with this patch: > > diff --git a/gnu/services/xorg.scm b/gnu/services/xorg.scm > index 0da3397da..8f285b29a 100644 > --- a/gnu/services/xorg.scm > +++ b/gnu/services/xorg.scm > @@ -113,6 +113,8 @@ > (file-append font-alias "/share/fonts/X11/100dpi") > (file-append font-alias "/share/fonts/X11/misc") > (file-append font-alias "/share/fonts/X11/cyrillic") > + (file-append font-misc-misc ;default fonts for xte= rm > + "/share/fonts/X11/misc") > (file-append font-adobe75dpi "/share/fonts/X11/75dpi"))) >=20=20 > (define* (xorg-configuration-file #:key > > > That adds 4.1=C2=A0MiB, but it saves user headaches, so I think it=E2=80= =99s worth it. > > I=E2=80=99ll go ahead and push that if there are no objections. And another bug down! :) Thanks for fixing it; LGTM! Maxim