[dolphin] [Bug 497390] Moving a trashed file to the trash and undoing makes the file disappear
Akseli Lahtinen
bugzilla_noreply at kde.org
Tue Jan 14 11:37:49 GMT 2025
https://bugs.kde.org/show_bug.cgi?id=497390
--- Comment #3 from Akseli Lahtinen <akselmo at akselmo.dev> ---
Did some more investigation on this. This happens because of
`kio/src/widgets/dropjob.cpp:485`
The problem is that when dragging a file inside trash:// folder, the
`allItemsAreFromTrash` boolean doesn't stay true, because the filepath is not
`trash://file.txt` but `file://~/.local/share/Trash/files/file.txt`. Both are
same thing essentially, just different protocol.
Moving this under KIO.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the kfm-devel
mailing list