https://bugs.kde.org/show_bug.cgi?id=516455
Bug ID: 516455
Summary: Trash not available on ZFS filesystem
Classification: Applications
Product: dolphin
Version First 25.12.1
Reported In:
Platform: Arch Linux
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Target Milestone: ---
Created attachment 189917
--> https://bugs.kde.org/attachment.cgi?id=189917&action=edit
screen recording of trashing a new item on a new zfs filesystem
SUMMARY
When deleting a file on a ZFS filesystem, it is not moved to trash, but
instead, a warning is shown to delete the file permanently: "The trash is not
available for this item's location. Permanently delete it instead?". The
.Trash-1000 folder exists on the filesystem (and i'm user 1000), and is created
automatically when needed.
STEPS TO REPRODUCE
1. create an new, empty, zfs filesystem
2. move to it, make sure, show hidden files is on.
3. create a file, then delete this file, either by pressing delete or by right
click 'move to trash'.
4. hidden directory .Trash-1000 is created (if not exisiting), as expected,
because this is the root of this filesystem
OBSERVED RESULT
Error notification is shown, "The trash is not available for this item's
location. Permanently delete it instead?". And if clicked yes, the file is
permanently deleted.
EXPECTED RESULT
The file should have been moved to the .Trash-1000 directory.
SOFTWARE/OS VERSIONS
Operating System: Manjaro Linux
KDE Plasma Version: 6.5.5
KDE Frameworks Version: 6.22.0
Qt Version: 6.10.1
Kernel Version: 6.12.68-1-MANJARO (64-bit)
Graphics Platform: Wayland
ADDITIONAL INFORMATION
When running dolphin as `QT_LOGGING_RULES="kf.kio.workers.file.debug=true"
dolphin`, the following line is logged to terminal when pressing the delete
button on the file:
kf.kio.workers.trash: No trash directory found for "/" !
TrashImpl::findTrashDirectory returned -3
--
You are receiving this mail because:
You are watching all bug changes.