fsquillace / junest

The lightweight Arch Linux based distro that runs, without root privileges, on top of any other Linux distro.
GNU General Public License v3.0
2.08k stars 110 forks source link

[Q/BUG] Programs running under junest can't access the original OS programs? #357

Open NightMachinery opened 2 months ago

NightMachinery commented 2 months ago

E.g., I have Zsh at /home/feri/.junest/usr/bin_wrappers/zsh. When I run this shell, it no longer finds tar. But running /usr/bin/zsh (which is not under junest), we have:

❯ where tar
/usr/bin/tar
/bin/tar

I think this is expected behavior?