|
From: | Jelle Licht |
Subject: | bug#29892: dvtm does not properly export terminfo |
Date: | Thu, 4 Jan 2018 16:20:04 +0100 |
Hi!
Jelle Licht <address@hidden> skribis:
> 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"`. ‘TERMINFO_DIRS’ is a search path of ncurses. However, because search
>
> 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.
paths of dependencies are not honored, it doesn’t get set:
https://bugs.gnu.org/22138
This is what we should fix.
It would feel wrong to add ‘TERMINFO_DIRS’ as a search path of dvtm and
everything that depends on ncurses.
Thanks,
Ludo’.
[Prev in Thread] | Current Thread | [Next in Thread] |