[dolphin] [Bug 486906] Dolphin tries to move files to trash if no space is left

TraceyC bugzilla_noreply at kde.org
Tue Aug 12 21:58:11 BST 2025


https://bugs.kde.org/show_bug.cgi?id=486906

TraceyC <kdedev at tlcnet.info> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Version Fixed In|                            |25.07.70
         Resolution|---                         |FIXED
             Status|REPORTED                    |RESOLVED

--- Comment #4 from TraceyC <kdedev at tlcnet.info> ---
(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 on the CC list for the bug.


More information about the kfm-devel mailing list