You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> mount | rg home
# .../dev/nvme0n1p2 on /home/elen/.local type btrfs (rw,noatime,compress-force=zstd:3,ssd,discard=async,space_cache=v2,subvolid=256,subvol=/persist,x-gvfs-hide)
> ./test-trash
The home topdir is "/"
Deleting "/home/elen/test"
The topdir of this file is "/"
The topdir was identical to the home topdir, so moving to the home trash.
mv "/home/elen/test" "/home/elen/.local/share/Trash/files/test.118777"
thread 'main' panicked at src/main.rs:6:37:
called `Result::unwrap()` on an `Err` value: FileSystem { path: "/home/elen/.local/share/Trash/files/test.118777", kind: CrossesDevices }
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Possible issue
src/freedesktop.rs:507 trying to rename across devices. Since ~/.local and ~ not in identical device.
Minimal reproduce
Possible issue
src/freedesktop.rs:507
trying to rename across devices. Since~/.local
and~
not in identical device.trash-rs/src/freedesktop.rs
Lines 494 to 515 in 0789b23
The text was updated successfully, but these errors were encountered: