Skip to content
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

Open in New Window #80

Closed
p3nt4 opened this issue Feb 15, 2018 · 2 comments
Closed

Open in New Window #80

p3nt4 opened this issue Feb 15, 2018 · 2 comments

Comments

@p3nt4
Copy link

p3nt4 commented Feb 15, 2018

I am trying to create a new window feature using the o shortcut.

I have added the following code to my .bashrc:
export NNN_DE_FILE_MANAGER=nnnn

where nnnn is an executable script:

urxvt -e nnn $1

When I press o , it says: NNN_DE_FILE_MANAGER not set.

@jarun
Copy link
Owner

jarun commented Feb 16, 2018

Looks more like a bash export issue to me that an nnn issue. Works fine in my setup where I spawn Thunar. Please debug yourself. Maybe start with echo $NNN_DE_FILE_MANAGER.

@jarun jarun closed this as completed Feb 16, 2018
@jarun
Copy link
Owner

jarun commented Feb 16, 2018

And BTW, please use a GUI based file manager like Thunar or PCManFM. Spawning a terminal file manager will fail because we do not wait for the child process to exit.

@lock lock bot locked and limited conversation to collaborators May 21, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants