For removable devices (USB HDD, pen drives at least), "Devices" entries in the PLaces panel does not mount nor switch to directory once the device is mounted. This works fine in konqueror so it looks like a dolphin bug. Reproducible: Always Steps to Reproduce: 1. Plug an external HDD 2. Open Dolphin 3. Click on the device entry corresponding Actual Results: Nothing happens Expected Results: Dolphin should mount the device and switch to the directory Apart from that, thanks for the additionnal options (expendable folders), good job !
Thanks for the bug report! I can reproduce this in master.
Just for the record, the code that does the mounting in KFilePlacesModel is in void KFilePlacesModel::requestSetup(const QModelIndex &index) which gets called from void KFilePlacesView::Private::_k_placeClicked(const QModelIndex &index) The class which does the mounting is Solid::StorageAccess.
Thanks Frank for the hint, I'll take care to fix this.
Git commit 29f980fb63e546fe730b59fa0cc5123fb1329090 by Peter Penz. Committed on 07/06/2012 at 22:59. Pushed by ppenz into branch 'master'. Setup storage device if needed FIXED-IN: 4.9.0 M +5 -0 dolphin/src/panels/places/placesitem.cpp M +2 -0 dolphin/src/panels/places/placesitem.h M +67 -5 dolphin/src/panels/places/placesitemmodel.cpp M +9 -1 dolphin/src/panels/places/placesitemmodel.h M +54 -9 dolphin/src/panels/places/placespanel.cpp M +6 -0 dolphin/src/panels/places/placespanel.h http://commits.kde.org/kde-baseapps/29f980fb63e546fe730b59fa0cc5123fb1329090
Is this fixed in beta2 ? Here, dolphin mount device (better than beta1) but can't access it when clicking on "places panel"
It should be fixed in beta 2. What do you mean with "can't access"? That no content is shown? Does it work in beta 2 if you use the file-open dialog? (e.g. by using KWrite)
It works in file-open dialog... In dolphin, device get mounted but when i click on it, dolphin just do nothing (no path change) Using archlinux + kde-unstable repository.
Thanks for the update. Strange: I can reproduce the issue with my external hard disk now although when I fixed the bug it seemed to worked fine. Will investigate...
Git commit 1f9cff7607e9655c263987a7bfe3be05e409e6ea by Peter Penz. Committed on 15/06/2012 at 11:36. Pushed by ppenz into branch 'master'. Update the URL if the accessibility has been changed M +1 -0 dolphin/src/panels/places/placesitem.cpp http://commits.kde.org/kde-baseapps/1f9cff7607e9655c263987a7bfe3be05e409e6ea
I found the issue and it seems to work now. I'm confident that everything is fine now, but before setting it to RESOLVED it would be great if you could double-check whether it works in your environment too with the next RC (there is always the chance that I missed a specific setup-configuration that did not occur in my environment). Thanks!
*** Bug 302083 has been marked as a duplicate of this bug. ***
the described issue is fixed in the rc, but i think i found an bug related to this. instead of clicking on the device entry, i right-clicked and tried to open in new tab. result: device doesn't get mounted and the new tab shows the error: the location is empty
*** Bug 302849 has been marked as a duplicate of this bug. ***
(In reply to comment #12) > the described issue is fixed in the rc, but i think i found an bug related > to this. > instead of clicking on the device entry, i right-clicked and tried to open > in new tab. > > result: device doesn't get mounted and the new tab shows the error: the > location is empty Please open another report for that problem. It is hard to track two problems in one report.