From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jelle Licht Subject: bug#29892: dvtm does not properly export terminfo Date: Fri, 29 Dec 2017 15:05:25 +0100 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="94eb2c05fda8d3f5dd05617b1fb9" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53397) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eUvIR-0003dL-0C for bug-guix@gnu.org; Fri, 29 Dec 2017 09:06:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eUvIQ-0008CQ-2g for bug-guix@gnu.org; Fri, 29 Dec 2017 09:06:02 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:47266) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eUvIP-0008C3-V9 for bug-guix@gnu.org; Fri, 29 Dec 2017 09:06:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eUvIP-0004MU-O0 for bug-guix@gnu.org; Fri, 29 Dec 2017 09:06:01 -0500 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52685) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eUvHw-0003Vt-Fb for bug-guix@gnu.org; Fri, 29 Dec 2017 09:05:33 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eUvHv-0007ee-2J for bug-guix@gnu.org; Fri, 29 Dec 2017 09:05:32 -0500 Received: from mail.fsfe.org ([2001:aa8:ffed::3:102]:51473) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eUvHu-0007cl-SQ for bug-guix@gnu.org; Fri, 29 Dec 2017 09:05:30 -0500 Received: from localhost (localhost [127.0.0.1]) by mail.fsfe.org (Postfix) with ESMTP id E7EF163B9D8 for ; Fri, 29 Dec 2017 15:05:28 +0100 (CET) Received: from mail.fsfe.org ([127.0.0.1]) by localhost (cavendish.fsfeurope.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id TQOEDkVwWnY1 for ; Fri, 29 Dec 2017 15:05:28 +0100 (CET) Received: by mail-ua0-f179.google.com with SMTP id e19so6952537uam.6 for ; Fri, 29 Dec 2017 06:05:28 -0800 (PST) List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 29892@debbugs.gnu.org --94eb2c05fda8d3f5dd05617b1fb9 Content-Type: text/plain; charset="UTF-8" As far as I can see, the current version of dvtm does not work properly with programs such as htop etc. To reproduce: ``` $ guix package -i dvtm $ dvtm $ htop ``` It only worked properly once I added something like: `export TERMINFO_DIRS="/home/jelle/.guix-profile/share/terminfo"`. Would a proper fix be to simply add a native-search-path declaration to the dvtm package? If so, I can prepare a patch this weekend. Thanks, Jelle --94eb2c05fda8d3f5dd05617b1fb9 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
As far as I can se= e, the current version of dvtm does not work properly with programs such as= htop etc.

To reproduce:
```=C2=A0
$ guix package= -i dvtm
$ dvtm
$ htop
```
It only worke= d properly once I added something like:
`export TERMINFO_DIRS=3D&q= uot;/home/jelle/.guix-profile/share/terminfo"`.

Would a p= roper fix be to simply add a native-search-path declaration to the dvtm pac= kage? If so, I can prepare a patch this weekend.

Thanks,
Jelle



--94eb2c05fda8d3f5dd05617b1fb9--