Dolphin has a wrong path location after detach tab when the path contain spaces in the name directory. Reproducible: Always Steps to Reproduce: 1. Open dolphin 2. Open a new tab 3. Create and enter a, for example, "/home/user/directory with space" 4. Right click on tab and click in "Detach" 5. The new detach dolphin show error said: the directory "/home/user/directory" not exist Actual Results: dolphin enter in a wrong path: "/home/user/directory" Expected Results: The new detach dolphin enter a correct path "/home/user/directory with space" Dolphin version: 15.08.0
Thanks for the bug report, I can reproduce the problem.
Git commit 4d6cd761d8987adee511546f644ecf5f357148ad by Emmanuel Pescosta. Committed on 21/10/2015 at 11:45. Pushed by emmanuelp into branch 'Applications/15.08'. Fix detach tab not working when path contains spaces. FIXED-IN: 15.08.3 REVIEW: 125587 M +6 -5 src/dolphintabwidget.cpp http://commits.kde.org/dolphin/4d6cd761d8987adee511546f644ecf5f357148ad
*** Bug 355074 has been marked as a duplicate of this bug. ***