Summary: | Copy file in Dolphin should return regular path, without "file://" | ||
---|---|---|---|
Product: | [Applications] kate | Reporter: | noric <g11072813> |
Component: | part | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED NOT A BUG | ||
Severity: | normal | CC: | christoph, emmanuelpescosta099 |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Mint (Ubuntu based) | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
noric
2015-10-07 10:33:10 UTC
The bug is still there in latest KDE (latest Kubuntu weekly development iso). Thanks for the bug report, I can reproduce the problem. This has to be fixed in Kate. I assume that: Mime data has a list of urls, Kate converts those urls to strings via QUrl::toDisplayString but without the QUrl::PreferLocalFile formatting option. Actually, Kate/KWrite/Konsole/... just use QApplication::clipboard()->text(QClipboard::Clipboard) And I actually don't expect /../../ but to always get some fully qualified url. I am not sure how to change that, btw. As Cristoph says, the problem occurs systemwide, not just in Kate. I think even not, that this is a problem. You get a URL, which is fine, for many use cases you want the url. If you change that "somehow" to be a path for local things, other people will complain that they want a url. In any case, this is no bug in KTextEditor/Kate/KWrite. |