https://bugs.kde.org/show_bug.cgi?id=486906
TraceyC <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In| |25.07.70 Resolution|--- |FIXED Status|REPORTED |RESOLVED --- Comment #4 from TraceyC <[email protected]> --- (In reply to jakobdev from comment #3) Thanks for confirming. I tested on git-master and cannot reproduce I followed your steps to create a full Trash folder (thanks for those!) When I try to move a file in Dolphin to the Trash folder, the file stays put and Dolphin displays an error Could not write to file /home/tracey/.local/share/Trash/info/log.txt.trashinfo. If you continue to experience this bug with Dolphin 25.08.0, when that reaches your system, please feel free to reopen this report. As a note, this command fails with "no such file or directory": > dd if=/dev/zero of=~/.local/share/Trash/info/full bs=1024 count=100 It needs to have the home directory spelled out > dd if=/dev/zero of=/home/$USER/.local/share/Trash/info/full bs=1024 count=100 -- You are receiving this mail because: You are watching all bug changes.
