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

jo doesn't work in WSL Windows 10 #575

Open
hrai opened this issue May 7, 2019 · 4 comments · May be fixed by #582
Open

jo doesn't work in WSL Windows 10 #575

hrai opened this issue May 7, 2019 · 4 comments · May be fixed by #582

Comments

@hrai
Copy link

hrai commented May 7, 2019

When I run jo dir_name it doesn't open the folder in Windows Explorer but opens it in 'lynx' which I believe is a browser.

I installed nautilus and modified the default app for directories to this file.

image

And now I'm getting this error.

image

Is nautilus the preferred file explorer for terminal Ubuntu? If not, what other configs are required?

@tarik02 tarik02 linked a pull request Jul 15, 2019 that will close this issue
@michidk
Copy link

michidk commented Mar 31, 2021

I get the following response:

> jo dotfiles                                                                                               [±master
jo:11: command not found: xdg-open

Would be awesome if explorer.exe were to open instead.

@hukz18
Copy link

hukz18 commented Jul 13, 2021

two years passed and there's still no solution to this..
I think this needs little modification caz you just need to run explorer.exe dir_name in wsl
hope this issue could be noticed..

@Volt-hf
Copy link

Volt-hf commented Nov 2, 2022

For those lurking here with the same issue on Win 11 and WSL2 - quickest method for fixing this is pulling the repo, changing the lines as in #582 and build it from source.

@andreykaipov
Copy link

FWIW having a small wrapper script named xdg-open on my path works just as well:

#!/bin/sh
explorer.exe "$@"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants