Summary: | copying file from folder view to a filemanager running as root gives error | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | AleX <entidad_universal> |
Component: | widget-folderview | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | asraniel, godutchnow |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Mandriva RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
AleX
2009-02-15 15:31:48 UTC
confirmed mdv cooker kde4.2.1, I am pretty sure this was possible at least at the time of mandriva 2009.1 alfa2 btw the bug is also present when using dolphin SVN commit 957388 by dfaure: Prefer most-local-urls in the drag object, rather than kde- (and user-!) specific urls. Fixes copying files from folderview to a filemanager running as root. This fix will be in 4.2.3. BUG: 184403 M +9 -9 kdirmodel.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=957388 SVN commit 958312 by dfaure: Better fix for 184403 (copying from desktop:/ to a filemanager running as root), which doesn't break moving icons in folderview: - revert to exporting both kinds of urls in kdirmodel. - at decoding time, add an option for which kind of url is preferred. This allows the code that is actually going to call KIO (i.e. KonqOperations, next commit), to use local urls, but not other code. CCBUG: 184403 M +18 -8 kdecore/io/kurl.cpp M +38 -0 kdecore/io/kurl.h M +9 -3 kdecore/tests/kurlmimetest.cpp M +2 -1 kdecore/tests/kurlmimetest.h M +7 -4 kio/kio/kdirmodel.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=958312 SVN commit 958315 by dfaure: Prefer local urls if possible, to avoid problems with desktop:/ urls from other users. CCBUG: 184403 M +5 -0 dolphin/src/dolphinview.cpp M +8 -3 dolphin/src/treeviewcontextmenu.cpp M +6 -1 lib/konq/konq_operations.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=958315 |