89luca89/distrobox

[Error] pagination in exported apps doesn't work

オープン

#1,572 opened on 2024/09/28

 (2 件のコメント) (0 件のリアクション) (0 人の担当者)Go (536 件のフォーク)batch import
bughelp wantedwait-on-user

Repository metrics

Stars
 (12,881 個のスター)
PR merge metrics
 (平均マージ 2d 4h) (30d で 17 merged PRs)

説明

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

  • pagination in ~/.local/bin/less works the same as /usr/bin/less.
  • pagination in exported apps works.

Logs

distrobox-create.log distrobox-enter.log podman.txt

Desktop (please complete the following information):

  • Are you using podman, docker or lilipod? podman
  • Which version or podman, docker or lilipod? podman version 5.2.2
  • Which version of distrobox? distrobox: 1.7.2.1
  • Which host distribution? Fedora Linux 40 (kinoite)
  • How did you install distrobox? built-in

Additional context Add any other context about the problem here.

コントリビューターガイド