GNU bug report logs - #54182
[PATCH] gnu: foot: Add TERMINFO_DIRS to the search paths

Previous Next

Package: guix-patches;

Reported by: Kevin Boulain <kevinboulain <at> gmail.com>

Date: Sun, 27 Feb 2022 14:37:02 UTC

Severity: normal

Tags: patch

Done: Kevin Boulain <kevinboulain <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 54182 in the body.
You can then email your comments to 54182 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#54182; Package guix-patches. (Sun, 27 Feb 2022 14:37:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Kevin Boulain <kevinboulain <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 27 Feb 2022 14:37:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Kevin Boulain <kevinboulain <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Kevin Boulain <kevinboulain <at> gmail.com>
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





Information forwarded to guix-patches <at> gnu.org:
bug#54182; Package guix-patches. (Sun, 27 Feb 2022 15:43:02 GMT) Full text and rfc822 format available.

Message #8 received at 54182 <at> debbugs.gnu.org (full text, mbox):

From: Maxime Devos <maximedevos <at> telenet.be>
To: Kevin Boulain <kevinboulain <at> gmail.com>, 54182 <at> debbugs.gnu.org
Subject: Re: [bug#54182] [PATCH] gnu: foot: Add TERMINFO_DIRS to the search
 paths
Date: Sun, 27 Feb 2022 16:42:39 +0100
[Message part 1 (text/plain, inline)]
This appears to be a duplicate of #53257
(https://issues.guix.gnu.org/53257)
[signature.asc (application/pgp-signature, inline)]

Reply sent to Kevin Boulain <kevinboulain <at> gmail.com>:
You have taken responsibility. (Sun, 27 Feb 2022 17:24:02 GMT) Full text and rfc822 format available.

Notification sent to Kevin Boulain <kevinboulain <at> gmail.com>:
bug acknowledged by developer. (Sun, 27 Feb 2022 17:24:02 GMT) Full text and rfc822 format available.

Message #13 received at 54182-close <at> debbugs.gnu.org (full text, mbox):

From: Kevin Boulain <kevinboulain <at> gmail.com>
To: Maxime Devos <maximedevos <at> telenet.be>
Cc: 54182-close <at> debbugs.gnu.org
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 <at> telenet.be> wrote:
>
> This appears to be a duplicate of #53257
> (https://issues.guix.gnu.org/53257)




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 28 Mar 2022 11:24:11 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 166 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.