https://bugs.kde.org/show_bug.cgi?id=497390
--- Comment #3 from Akseli Lahtinen <akse...@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 watching all bug changes.