guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] gnu: xorg-server: Set default font path to empty.


From: Ludovic Courtès
Subject: Re: [PATCH] gnu: xorg-server: Set default font path to empty.
Date: Sat, 24 Sep 2016 10:47:08 +0900
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

宋文武 <address@hidden> skribis:

> * gnu/packages/xorg.scm (xorg-server)[arguments]: Pass
> "--with-default-font-path=" 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="
>                              (assoc-ref %build-inputs "xkbcomp")
>                              "/bin")
> +             ;; By default, it ends up with invalid '${prefix}/...', causes:
> +             ;;   _FontTransOpen: Unable to Parse address ${prefix}/share/...
> +             ;; It's not used anyway, so set it to empty.
> +             "--with-default-font-path="

I suppose this patch cannot hurt, please push!

Thanks, and sorry for the delay!

Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]