Open scarf005 opened 1 month ago
Describe the bug
pagination does not work for every single CLI programs including less, delta and https://github.com/sharkdp/bat.
To Reproduce
$ distrobox create --verbose --image archlinux:latest --name arch-distrobox-repro $ distrobox enter arch-distrobox-repro $ distrobox-export --bin $(which less) $ exit $ uname | ~/.local/bin/less Linux
Expected behavior
~/.local/bin/less
/usr/bin/less
Logs
distrobox-create.log distrobox-enter.log podman.txt
Desktop (please complete the following information):
podman
podman version 5.2.2
distrobox: 1.7.2.1
Fedora Linux 40 (kinoite)
built-in
Additional context Add any other context about the problem here.
This is probably because less inside a pipe uses the main process' pts, in this case it is not possible
less
This needs further investigation, more help is needed
Describe the bug
pagination does not work for every single CLI programs including less, delta and https://github.com/sharkdp/bat.
To Reproduce
Expected behavior
~/.local/bin/less
works the same as/usr/bin/less
.Logs
distrobox-create.log distrobox-enter.log podman.txt
Desktop (please complete the following information):
podman
podman version 5.2.2
distrobox: 1.7.2.1
Fedora Linux 40 (kinoite)
built-in
Additional context Add any other context about the problem here.