From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#24279: Bug in xterm and/or fontconfig Date: Fri, 01 Dec 2017 16:01:55 +0100 Message-ID: <87bmjifq58.fsf@gnu.org> References: <20160821131806.GA7072@jocasta.intra> <87shcyj2n9.fsf@gmail.com> <87inds6r1v.fsf@gnu.org> <87bmjjp594.fsf@gmail.com> 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]:54773) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eKmpM-00054k-4O for bug-guix@gnu.org; Fri, 01 Dec 2017 10:02:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eKmpH-0003gu-9b for bug-guix@gnu.org; Fri, 01 Dec 2017 10:02:08 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:59663) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eKmpH-0003gf-62 for bug-guix@gnu.org; Fri, 01 Dec 2017 10:02:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eKmpG-0000aZ-SE for bug-guix@gnu.org; Fri, 01 Dec 2017 10:02:02 -0500 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <87bmjjp594.fsf@gmail.com> (Maxim Cournoyer's message of "Thu, 30 Nov 2017 21:10:47 -0500") 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: Maxim Cournoyer Cc: 24279-done@debbugs.gnu.org, John Darrington Hello, Maxim Cournoyer skribis: > 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 xt= erm >> + "/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! Awesome, I went ahead and pushed as 4afc903a8c1b9cb19c0341b5cd2ea80a34974f25. Thanks everyone! Ludo=E2=80=99.