Replies: 2 comments 13 replies
-
I recommend adding an example that deletes a file it creates, similar to https://github.com/Byron/trash-rs/blob/master/examples/delete_method.rs , which should then help to see what's happening on your particular platform. From there it might be possible to create a reproducible issue that one day can be fixed. |
Beta Was this translation helpful? Give feedback.
12 replies
-
I suggest trying how |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am wondering what happens on Linux servers that do not have a desktop environment, e.g. Fedora server, Debian server, ...
Info for reference:
I just installed
dua-cli 2.19.2
via cargo install and deleted a few files viadua i
andCtrl+t
.Those were test files/directories, so I don't really care, but they were not moved into the trash folder, but deleted right away without a warning. Unless the trash bin is no longer
~/.local/share/Trash
.I am on a Linux server without desktop environment.
Beta Was this translation helpful? Give feedback.
All reactions