Closed sungsphinx closed 2 months ago
When using COSMIC Files, I get this error:
Delete { paths: [ "/var/home/user/test", ], } Error during a `trash` operation: FileSystem { path: "/var/ home/.Trash-1000", source: Os { code: 13, kind: PermissionDenied, message: "Permission denied" } }
Using trashy with the trash-rs version set to 5.0.0 (it still happens with versions below), I get the same error:
trash-rs
5.0.0
error: Error during a `trash` operation: FileSystem { path: "/var/home/.Trash-1000", source: Os { code: 13, kind: PermissionDenied, message: "Permission denied" } }
I am using the latest Universal Blue cosmic-base-40 image, gio trash <FILE> works so it is likely an issue with this crate.
cosmic-base-40
gio trash <FILE>
When using COSMIC Files, I get this error:
Using trashy with the
trash-rs
version set to5.0.0
(it still happens with versions below), I get the same error:I am using the latest Universal Blue
cosmic-base-40
image,gio trash <FILE>
works so it is likely an issue with this crate.