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

--- Comment #5 from Kai Uwe Broulik <k...@privat.broulik.de> ---
It creates a DropJob with URL QUrl("desktop:/org.kde.kate.desktop") which is
then rewritten *somewhere* (I suspect the rewriteUrl thing in the desktop KIO
slave) to QUrl("file:///home/kaiuwe/Schreibtisch//foo"), note the double slash.

This ends up making QUrl::toLocalFile fail and return an empty QString in the
DropJobPrivate::slotStart() so KDesktopFile::isDesktopFile returns false and it
never actually tries to open the dropped file with the application.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to