Summary: | Drag and drop a remote URL to desktop doesn't assign a label | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | FiNeX <finex> |
Component: | containment-desktop | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | aseigo, mail |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
FiNeX
2008-12-10 13:48:32 UTC
With urls dropped from Konqi to the desktop the reason is, that the mimetype is "application/octet-stream" which isn't assigned to any app here. If I do a hardcoded; if(mimetype=="application/octet-stream") mimetype="text/html"; it works fine (name is used and clicking on the item opens it using the assigned app (konqi in my case)). @sebsaur: where are you putting that line which "fixes" it? (sounds like we may need to double check the mimetype of dropped urls at some point in the code..) SVN commit 896060 by beatwolf: try to give at least some name to the icon if we can't find anything BUG:177382 M +9 -0 icon.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=896060 |