ublue-os / cosmic

A Fedora Atomic based OSTree Image with the COSMIC desktop environment. Thanks to Drakulix for initial image.
https://github.com/pop-os/cosmic-epoch
Apache License 2.0
154 stars 12 forks source link

COSMIC Files shows an error when deleting files #42

Open sungsphinx opened 1 month ago

sungsphinx commented 1 month ago

Using the latest cosmic-base:40-amd64

Error (had to type it manually since I can't copy it):

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" } }

I'm not sure if I should report to the upstream COSMIC Files repo, trash-rs or keep it here.

sungsphinx commented 1 month ago

I have made an issue at https://github.com/Byron/trash-rs/issues/112, should I keep this issue open or close it?

ryanabx commented 1 month ago

You can keep it open, we will close it when the upstream issue gets closed

sungsphinx commented 2 weeks ago

The issue is fixed in trash-rs 5.1.1, now https://github.com/Byron/trash-rs/pull/109 needs to be rebased (COSMIC Files uses this PR's branch).