-
-
Notifications
You must be signed in to change notification settings - Fork 79
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
[linux] EISDIR: illegal operation on a directory #92
Comments
I don't have Linux available, so I won't be able to look into this, unfortunately. |
I can’t say I’ve entirely solved it yet, but I took some time to try to at least narrow the issue down. The problem seems to be in To be honest, I do not know what the behaviour ought to be when trashing something on this partition. Is it supposed to fail? Should it perhaps use my default trash directory, as in I’m also not sure if this is the same behaviour I’ve seen in all cases/on all machines, but it's definitely a potential cause of failure. Please let me know if I can be of any more help—running test cases or whatever. |
Also experiencing this in a docker container. |
experiencing this in Ubuntu 18.04 on WSL2 on Windows 2 |
In case anyone isn't aware, you can bypass the alias via: |
Had the same issue, but it was a permission problem. I did transpile the code and so a HTH |
trash
(invoked, in my case, viatrash-cli
) does not seem to work on directories in Linux (in my case, Ubuntu 19.10).The text was updated successfully, but these errors were encountered: