You are not logged in.
DE: KDE Plasma.
When trying to delete a file or folder using KDE Dolphin, either with the Delete key or using the right-click context menu, an error message window and error top bar pops up with the following:
Could not rename file [path of the file/folder].
If one tries to delete the file again, then it succeeds.
When running dolphin through the terminal, the following error comes:
kf.kio.workers.file: Could not rename file " [path of the file/folder]" to "[home path of my user]/.local/share/Trash/files/[name of the file/folder]"
"Could not rename file [path of the file/folder]."And after the second try (the successful one), this comes out:
kf.kio.workers.file: Could not rename file " [path of the file/folder]" to "[home path of my user]/.local/share/Trash/files/[name of the file/folder]"
kf.kio.workers.file: Could not rename file " [path of the file/folder]" to "[home path of my user]/.local/share/Trash/files/[name of the file/folder]"
kf.kio.workers.file: copy() QUrl("file:///[path of the file/folder]") to QUrl("file:///[home path of my user]/.local/share/Trash/files/[name of the file/folder") mode= 420As long as Dolphin does not close, subsequent delete operations happen with no issue.
I made a bow to not perpetrate the meme, so I don't RTMF people, and I don't even say the name of the distro unless I am asked direclty.
Offline
If one tries to delete the file again, then it succeeds.
findmnt -T ~/.local/share/Trash/filesAre there any IO (or network?) errors in the journal around the failing trash movements?
Do you use some external media (usb key or network drive) as $HOME?
Offline