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

--- Comment #2 from Kai Uwe Broulik <k...@privat.broulik.de> ---
Problem lies here in foldermodel.cpp I suppose:

if (file.readType() == QLatin1String("Link")) {
    dropTargetUrl = file.readUrl();
} else {
    dropTargetUrl = item.url();
}

If the desktop file is a Link to another location it should offer to
move/copy/link to that location or else move/copy/link to where the desktop
file is (. being the current directory). It nowhere handles the case of
dropping something onto an Application type desktop file

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

Reply via email to