Bug 176277 - dolphin should mount umounted device, if a file is dropped upon its icon in "Places"
Summary: dolphin should mount umounted device, if a file is dropped upon its icon in "...
Status: RESOLVED FIXED
Alias: None
Product: dolphin
Classification: Applications
Component: panels: places (show other bugs)
Version: 16.12.2
Platform: Ubuntu Unspecified
: NOR wishlist
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
: 207049 241511 243731 271749 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-11-27 22:15 UTC by dexter
Modified: 2013-03-03 21:35 UTC (History)
9 users (show)

See Also:
Latest Commit:
Version Fixed In: 4.9.2


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description dexter 2008-11-27 22:15:20 UTC
Version:            (using KDE 4.1.2)
Installed from:    Ubuntu Packages

Hi,

if you drag and drop a file onto the icon of an unmounted device in the left sidebar of dolphin, you get an error.

The expected behavior would be to automatically mount the device and then interpret the drag-and-drop operation in the usual way.
Comment 1 FiNeX 2008-11-28 11:26:55 UTC
Or, better, dolphin could inform the user that the device is not mountend and it should be asked if the user want to mount it (maybe with an extra option to remember the choice).

I could be an interesting feature for 4.3 :-)
Comment 2 dexter 2008-11-28 17:48:17 UTC
I am strictly against such a confirmation question, because it is totally unnecessary.

Nobody will accidentially drop a file upon an unmounted device. And even if the user does, Dolphin will ask, wether the file should be copied or moved. Thus in any case, the user has the possibility to cancel his request.

In a perfect world, mounting and unmounting shouldn't be managed by the user at all. The system should always do it automatically. I know it is technical issue, but the concept is totally redundant for the user. If the user plugs in his USB Stick, he/she already expressed his wish to access the data on it. Don't ask him to mount it, do it automatically. Plus, there is no performance penelity through having mounted devices which are not used. I could go on like this, but I think I made my point.
Comment 3 Peter Penz 2008-11-28 18:06:15 UTC
I agree that it should be automatically mounted.
Comment 4 Dotan Cohen 2009-05-30 12:19:21 UTC
How about situations where the device is not available? On my laptop I have a Places entry for another computer on my home network, but when I'm not home then that computer is not available. Should Dolphin cache the file until the device becomes available, or simply reject the action with an error?
Comment 5 Frank Reininghaus 2009-09-11 12:35:50 UTC
*** Bug 207049 has been marked as a duplicate of this bug. ***
Comment 6 Frank Reininghaus 2010-06-12 12:20:50 UTC
*** Bug 241511 has been marked as a duplicate of this bug. ***
Comment 7 Frank Reininghaus 2010-07-08 09:57:36 UTC
*** Bug 243731 has been marked as a duplicate of this bug. ***
Comment 8 Emmanuel Pescosta 2012-08-18 12:27:16 UTC
review-request: https://git.reviewboard.kde.org/r/106072/
Comment 9 Jeroen van Meeuwen (Kolab Systems) 2012-08-24 16:21:29 UTC
Resetting assignee to default as per bug #305719
Comment 10 Emmanuel Pescosta 2012-09-11 18:19:08 UTC
Git commit 824fa6a43734cf9ad2a690778c50bdaf76a1fb0e by Emmanuel Pescosta.
Committed on 11/09/2012 at 20:17.
Pushed by emmanuelp into branch 'master'.

Mount unmounted devices, when a file is dropped upon it in places-panel.
REVIEW: 106072

M  +49   -1    dolphin/src/panels/places/placespanel.cpp
M  +5    -0    dolphin/src/panels/places/placespanel.h

http://commits.kde.org/kde-baseapps/824fa6a43734cf9ad2a690778c50bdaf76a1fb0e
Comment 11 Emmanuel Pescosta 2012-09-11 18:24:59 UTC
Git commit 3f6cb83a324928601a71ca8a05d7a43b348c3fef by Emmanuel Pescosta.
Committed on 11/09/2012 at 20:17.
Pushed by emmanuelp into branch 'KDE/4.9'.

Mount unmounted devices, when a file is dropped upon it in places-panel.
REVIEW: 106072
FIXED-IN: 4.9.2

(cherry picked from commit 824fa6a43734cf9ad2a690778c50bdaf76a1fb0e)

M  +49   -1    dolphin/src/panels/places/placespanel.cpp
M  +5    -0    dolphin/src/panels/places/placespanel.h

http://commits.kde.org/kde-baseapps/3f6cb83a324928601a71ca8a05d7a43b348c3fef
Comment 12 Frank Reininghaus 2013-03-03 21:35:11 UTC
*** Bug 271749 has been marked as a duplicate of this bug. ***