Bug 170608 - copy location in dolphin should return regular path not file://
Summary: copy location in dolphin should return regular path not file://
Status: RESOLVED FIXED
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 16.12.2
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: Peter Penz
URL:
Keywords: junior-jobs, reproducible
: 198054 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-09-07 13:14 UTC by Ambroz Bizjak
Modified: 2009-12-17 22:57 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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. ***