Summary: | Unable to handle plain directory paths as QUrl | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Elias Probst <mail> |
Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | arjunak234, emmanuelpescosta099, simonandric5 |
Priority: | NOR | ||
Version: | 16.12.2 | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kde-baseapps/0f91025a752b37ea4b6f2e7c02507bda5863e71f | Version Fixed In: | |
Sentry Crash Report: |
Description
Elias Probst
2015-02-07 20:40:33 UTC
Thanks for the bug report, I can confirm this problem. QUrl::fromUserInput() should be used to create the list of urls. Git commit 1d85c2ce8f1ead9075fde51d7a931d44f347c60b by Arjun AK. Committed on 09/02/2015 at 12:31. Pushed by arjunak into branch 'frameworks'. Construct URLs passed via cmdline args using QUrl::fromUserInput() Otherwise user will have to type "dolphin file:///tmp" instead of "dolphin /tmp" REVIEW: 122475 M +3 -1 dolphin/src/main.cpp http://commits.kde.org/kde-baseapps/1d85c2ce8f1ead9075fde51d7a931d44f347c60b Git commit 0f91025a752b37ea4b6f2e7c02507bda5863e71f by Arjun AK. Committed on 10/02/2015 at 05:51. Pushed by arjunak into branch 'frameworks'. Assume links passed via cmdline args are local files If not, when the user types 'dolphin nonexistantfile' he will be taken to 'http://nonexistantfile' M +1 -1 dolphin/src/main.cpp http://commits.kde.org/kde-baseapps/0f91025a752b37ea4b6f2e7c02507bda5863e71f |