-
-
Notifications
You must be signed in to change notification settings - Fork 760
New issue
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
Unable to use plugins after opening shell #1335
Comments
I can't reproduce. You'll need to provide a minimal reproduction steps. But looking at this:
I'm willing to bet this is due to your custom opener. Specifically, the fact that you're opening up jobs in the background. |
Not the custom opener I unset NNN_OPENER and then tested again but still the same issue. |
NNN_PIPE isn't something you should have set manually. It's set automatically by nnn when invoking plugins. Unset it. And if that still doesn't work, then unset everything and try to reproduce with vanilla nnn. |
If you set |
This is not user-defined. |
after bringing my nnn env variables to
The issue persists.
is
|
Still can't reproduce. It's probably some env related issue. Try compiling nnn with |
Environment details (Put
x
in the checkbox along with the information)[x ] Program options used: -dieaHQr -P p p being the key for preview-tui
[x ] Configuration options set:
NNN_FIFO=/tmp/nnn.fifo
NNN_OPENER=/home/muppi/.config/nnn/plugins/multi
NNN_OPTS=''
NNN_PIPE=/tmp/nnn.fifo
NNN_PLUG='p:preview-tui;f:finder;j:autojump;c:cddir'
NNN_TMPFILE=/home/muppi/.config/nnn/.lastdir
[x ] Plugins are installed
[x ] Issue exists on
nnn
masterExact steps to reproduce the issue
Extra information
when the error occurs
[3] <PID>
[3] + <PID> done printf "%s\0" "0c${PWD}" ! > "${NNN_PIPE}"
is printed to the terminal with different PID's
The text was updated successfully, but these errors were encountered: