NRK
NRK
> `pkg-config` is patched to ignore `Requires.private` for `--cflags` without `--static`, whereas `libpkgconf` is not. Okay so I've been looking into this a bit and here are my findings. First...
Is this using X11 or wayland?
What do you mean by "print"? To stdout?
It shouldn't be trying to write anything to `/bin` though. ``` set -x NNN_FIFO '/tmp/nnn.fifo' ``` What are the perms of `/tmp/nnn.fifo`?
``` alias ls "tmux new-session nnn -deH -P p" ``` Also avoid aliasing system commands to something else. Can you try without the `ls` alias?