From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: xorg-server: Set default font path to empty. Date: Sat, 24 Sep 2016 10:47:08 +0900 Message-ID: <8737kqhxwj.fsf@gnu.org> References: <20160914140416.5944-1-iyzsong@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]:38610) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bnck5-00031F-3f for guix-devel@gnu.org; Fri, 23 Sep 2016 22:31:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bnck0-0002TE-53 for guix-devel@gnu.org; Fri, 23 Sep 2016 22:31:04 -0400 In-Reply-To: <20160914140416.5944-1-iyzsong@gmail.com> (=?utf-8?B?IuWuiw==?= =?utf-8?B?5paH5q2mIidz?= message of "Wed, 14 Sep 2016 22:04:16 +0800") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: =?utf-8?B?5a6L5paH5q2m?= Cc: guix-devel@gnu.org =E5=AE=8B=E6=96=87=E6=AD=A6 skribis: > * gnu/packages/xorg.scm (xorg-server)[arguments]: Pass > "--with-default-font-path=3D" to #:configure-flags. > --- > gnu/packages/xorg.scm | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm > index 0d3cdce..fb80e85 100644 > --- a/gnu/packages/xorg.scm > +++ b/gnu/packages/xorg.scm > @@ -5128,6 +5128,10 @@ over Xlib, including: > (string-append "--with-xkb-bin-directory=3D" > (assoc-ref %build-inputs "xkbcomp") > "/bin") > + ;; By default, it ends up with invalid '${prefix}/...', cau= ses: > + ;; _FontTransOpen: Unable to Parse address ${prefix}/shar= e/... > + ;; It's not used anyway, so set it to empty. > + "--with-default-font-path=3D" I suppose this patch cannot hurt, please push! Thanks, and sorry for the delay! Ludo=E2=80=99.