https://bugs.kde.org/show_bug.cgi?id=380898
--- Comment #5 from Gabriel C <nix.or....@gmail.com> --- it seems info.uSource getting lost in CopyJobPrivate::addCopyInfoFromUDSEntry() that is set to url on L679.. and this is NULL at this point when I read that code right. Also uSource should point to m_currentSrcURL which is the url we want to move and remove later. Also a quick test here showed that setting info.uSource to m_currentSrcURL makes things working again but since I don't fully understand this code please have a closer look . With my local changes I get : kf5.kio.core.copyjob: fast path! found info about QUrl("desktop:/t") in KCoreDirLister kf5.kio.core.copyjob: fileName= "t" url= QUrl("") kf5.kio.core.copyjob: uSource= QUrl("desktop:/t") uDest(1)= QUrl("file:///home/crazy/Schreibtisch/zz") kf5.kio.core.copyjob: uDest(2)= QUrl("file:///home/crazy/Schreibtisch/zz") kf5.kio.core.copyjob: QUrl("desktop:/t") -> QUrl("file:///home/crazy/Schreibtisch/zz") kf5.kio.core.copyjob: GAB(6): m_mode == CopyJob::Move kf5.kio.core.copyjob: GAB(6): About to add info.uSource= QUrl("desktop:/t") to dirsToRemove.append() -- You are receiving this mail because: You are watching all bug changes.