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

--- Comment #2 from Nate Graham <[email protected]> ---
The problem appears to be that when you start dragging a KCM item, the URI sent
to the drag handler is applications://kcm_mouse (for example), which is in fact
a valid URI.

But it's just not a URI to the KCM's desktop file, so when you drop it, the
options in the drop menu are suitable for the applications://kcm_mouse URI, and
don't actually get you what you want.

Probably it should instead pass the URI
"file://usr/share/applications/kcm_mouse.desktop", and then all the items in
the drop menu should work automatically.

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

Reply via email to