Summary: | protocol desktop:// is not working with kde3 apps | ||
---|---|---|---|
Product: | [Unmaintained] kio | Reporter: | Manuel <manuel> |
Component: | general | Assignee: | David Faure <faure> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | faure |
Priority: | NOR | ||
Version: | SVN | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Manuel
2008-11-23 17:17:44 UTC
I see. KDirModel::mimeData needs to export mostLocalUrls as text/uri-list and kde urls as application/x-kde4-urilist. The decoding for application/x-kde4-urilist is already there in kurl::list (TODO add the '4'), but the encoding code is missing. SVN commit 890184 by dfaure: Export both the real urls (using a kde4-specific mimetype, to avoid incompatibilities with kde3 apps) and the most-local-urls (as text/uri-list), like we did in kde3. BUG: 175910 M +37 -21 kdecore/io/kurl.cpp M +13 -0 kdecore/io/kurl.h M +30 -1 kdecore/tests/kurlmimetest.cpp M +1 -0 kdecore/tests/kurlmimetest.h M +12 -11 kio/kio/kdirmodel.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=890184 |