-
Notifications
You must be signed in to change notification settings - Fork 82
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
'notes o' says it can't get a file descriptor on Linux #57
Comments
Could you output the result of the EDITOR variable? |
Relevant? https://unix.stackexchange.com/questions/253376/open-command-to-open-a-file-in-an-application |
Huh, interesting. That stackexchange answer is very useful. As far as I can tell this has never worked in linux, as it expects We need to somehow fix that. A few options:
I think I'm leaning towards the 2nd option. Thoughts? |
I would prefer the 2nd option, we would also need to consider for BSD devices. I'll make a draft pull request. Throw in your suggestions. edit: |
I might be late to the party here. There is a charm to the 4th option as well. On command-line I like to use the ranger file manager, but for UI related stuff I use dolphin as my file manager. |
Issue Summary
notes o
doesn't open a directory as expected to.Steps to Reproduce
notes o
Apparently,
open
command gives the same error message, on the device I tried.In another device,
$ notes o
reports "open: command not found"Technical details:
P.S:
If output of any relevant commands will help, let me know. I'll be glad to paste it here.
The text was updated successfully, but these errors were encountered: