Bug 170608

Summary: copy location in dolphin should return regular path not file://
Product: [Applications] dolphin Reporter: Ambroz Bizjak <ambrop7>
Component: generalAssignee: Peter Penz <peter.penz19>
Status: RESOLVED FIXED    
Severity: wishlist CC: pano_90, reiner.goerlach, shane
Priority: NOR Keywords: junior-jobs, reproducible
Version: 16.12.2   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Ambroz Bizjak 2008-09-07 13:14:47 UTC
Version:            (using KDE 4.1.1)
OS:                Linux
Installed from:    Compiled From Sources

Right clicking in in the location bar in Dolphin while in the regular "Location Navigation" mode and selecting Copy will copy the whole URL. For local files that would be file:///something. It would be better to return just the absolute path if the file is local (/something). That makes the path usable outside of KDE apps (e.g. pasting in a console).
Comment 1 Shane Gibbs 2009-08-01 01:42:42 UTC
Submitted patch for review at http://reviewboard.kde.org/r/1192/
Comment 2 Peter Penz 2009-08-03 07:24:20 UTC
SVN commit 1006184 by ppenz:

When copying an URL, it should use /a/b/c for local URLs instead of file:///a/b/c to make the URL usable outside of KDE apps. Thanks to Shane Gibbs for the patch!

BUG: 170608
CCMAIL: shane@hands.net.nz

 M  +1 -1      kurlbutton.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1006184
Comment 3 Peter Penz 2009-08-03 07:27:42 UTC
SVN commit 1006185 by ppenz:

Backport of SVN commit 1006184: When copying an URL, it should use /a/b/c for local URLs instead of
file:///a/b/c to make the URL usable outside of KDE apps. Thanks to Shane Gibbs
for the patch!

The fix will be part of KDE 4.3.1

CCBUG: 170608
CCMAIL: shane@hands.net.nz

 M  +1 -1      kurlbutton.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1006185
Comment 4 Peter Penz 2009-12-17 22:57:53 UTC
*** Bug 198054 has been marked as a duplicate of this bug. ***