We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: