emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#44106: closed (alacritty : add terminfo fix)


From: GNU bug Tracking System
Subject: bug#44106: closed (alacritty : add terminfo fix)
Date: Tue, 27 Oct 2020 16:42:02 +0000

Your message dated Tue, 27 Oct 2020 17:41:10 +0100
with message-id <87y2jr62qh.fsf@gnu.org>
and subject line Re: [bug#44106] alacritty : add terminfo fix
has caused the debbugs.gnu.org bug report #44106,
regarding alacritty : add terminfo fix
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
44106: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=44106
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: alacritty : add terminfo fix Date: Wed, 21 Oct 2020 00:06:52 +0200
  Hello Guix !

  When installed on an user extra-profile, `alacritty` does not add to
$TERMINFO_DIRS. Solved by using the attached patch. I have stolen this
fix from the guix `rxvt-unicode` package.

  Best regards,
  Fulbert

Attachment: 0001-Apply-terminfo-fix-https-bugs.gnu.org-22138-stolen-f.patch
Description: Text document


--- End Message ---
--- Begin Message --- Subject: Re: [bug#44106] alacritty : add terminfo fix Date: Tue, 27 Oct 2020 17:41:10 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
Hi,

Fulbert <fulbert@bluewin.ch> skribis:

>   When installed on an user extra-profile, `alacritty` does not add to
> $TERMINFO_DIRS. Solved by using the attached patch. I have stolen this
> fix from the guix `rxvt-unicode` package.

[...]

> Subject: [PATCH] Apply terminfo fix (https://bugs.gnu.org/22138) (stolen from
>  rxvt-unicode package)
>
> ---
>  gnu/packages/terminals.scm | 4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
> index e596c1b81f..fc30550e3b 100644
> --- a/gnu/packages/terminals.scm
> +++ b/gnu/packages/terminals.scm
> @@ -1312,6 +1312,10 @@ made by suckless.")
>         ("ncurses" ,ncurses)
>         ("pkg-config" ,pkg-config)
>         ("python3" ,python)))
> +    (native-search-paths
> +      (list (search-path-specification
> +              (variable "TERMINFO_DIRS")
> +              (files '("share/terminfo")))))

I committed it (with a commit log that follows our conventions), but
added a FIXME as can be seen above in the file.  We usually avoid
workarounds for this bug but there’s a precedent in this file, so so be it!

Thanks,
Ludo’.


--- End Message ---

reply via email to

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