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

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

bug#54182: closed ([PATCH] gnu: foot: Add TERMINFO_DIRS to the search pa


From: GNU bug Tracking System
Subject: bug#54182: closed ([PATCH] gnu: foot: Add TERMINFO_DIRS to the search paths)
Date: Sun, 27 Feb 2022 17:24:02 +0000

Your message dated Sun, 27 Feb 2022 18:23:10 +0100
with message-id 
<CABaj1X_x_RBXzXqoQUxR=2NPux6f_3MoHZLTO_UJZfr2AKxNDw@mail.gmail.com>
and subject line Re: [bug#54182] [PATCH] gnu: foot: Add TERMINFO_DIRS to the 
search paths
has caused the debbugs.gnu.org bug report #54182,
regarding [PATCH] gnu: foot: Add TERMINFO_DIRS to the search paths
to be marked as done.

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


-- 
54182: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=54182
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: foot: Add TERMINFO_DIRS to the search paths Date: Sun, 27 Feb 2022 15:37:01 +0100
A few other terminals in this file already do that to expose the
terminfo database. Without it, other programs will complain about
the "unknown terminal: foot".

* gnu/packages/terminals.scm (foot): Export TERMINFO_DIRS.
---
 gnu/packages/terminals.scm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index 06fa341472..a9500d6626 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -858,6 +858,12 @@ (define-public foot
            pkg-config scdoc wayland-protocols))
     (inputs
      (list fcft libxkbcommon wayland))
+    (native-search-paths
+     ;; FIXME: This should only be located in 'ncurses'.  Nonetheless it is
+     ;; provided for usability reasons.  See <https://bugs.gnu.org/22138>.
+     (list (search-path-specification
+            (variable "TERMINFO_DIRS")
+            (files '("share/terminfo")))))
     (synopsis "Wayland-native terminal emulator")
     (description
      "@command{foot} is a terminal emulator for systems using the Wayland
-- 
2.34.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#54182] [PATCH] gnu: foot: Add TERMINFO_DIRS to the search paths Date: Sun, 27 Feb 2022 18:23:10 +0100
Oh, my bad, I guess I can't search :)
I see that some discussion has already happened and a proper solution
isn't as simple as that. Let's close this one then.

On Sun, 27 Feb 2022 at 16:42, Maxime Devos <maximedevos@telenet.be> wrote:
>
> This appears to be a duplicate of #53257
> (https://issues.guix.gnu.org/53257)


--- End Message ---

reply via email to

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