| Summary: | Dolphin says that home directory doesn't exist | ||
|---|---|---|---|
| Product: | [Applications] dolphin | Reporter: | Michał <mcv> |
| Component: | bars: location | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | major | CC: | emmanuelpescosta099, h.klene, nx.devnull |
| Priority: | NOR | ||
| Version First Reported In: | 16.12.2 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | http://commits.kde.org/dolphin/5dd5eaf08da4b7d11e53c90096c2ea0e6a19e840 | Version Fixed/Implemented In: | 15.08.3 |
| Sentry Crash Report: | |||
| Attachments: | Screenshot showing the problem | ||
|
Description
Michał
2015-09-15 13:46:19 UTC
Created attachment 94576 [details]
Screenshot showing the problem
When I click on the location bar and press enter without changing anything, warning disappears and home folder is shown correctly. Yeah, the problem is that it's trying to open file:/home/username. It should be opening file:///home/username. Review-Request: https://git.reviewboard.kde.org/r/125586/ If you go into Settings->Configure Dolphin... and then in Startup click "Use Default Location" it will reset to your home folder and it will work from then on. It looks like this is just a setting that's migrated incorrectly from the kde 4 version of dolphin. Yup, that fixed it. Thank you. Git commit 5dd5eaf08da4b7d11e53c90096c2ea0e6a19e840 by Emmanuel Pescosta. Committed on 21/10/2015 at 11:45. Pushed by emmanuelp into branch 'Applications/15.08'. Allow home directories with non-local file paths. Paths like file:/home/me work now instead of showing an error message. Related: bug 353550 FIXED-IN: 15.08.3 REVIEW: 125586 M +2 -1 src/dolphinmainwindow.cpp M +4 -3 src/dolphinviewcontainer.cpp M +7 -0 src/global.cpp M +5 -0 src/global.h M +1 -2 src/main.cpp M +5 -4 src/settings/startup/startupsettingspage.cpp http://commits.kde.org/dolphin/5dd5eaf08da4b7d11e53c90096c2ea0e6a19e840 This bug has an ugly side-effect: You cannot copy a folder. It will complain about something like: "found a file, where a folder was expected". But it's also fixed by resetting the home folder |