GNOME Bugzilla – Bug 737987
Unmounting a drive using the eject button in the nautilus sidebar while another location is loaded navigates to the parent folder of the mountpoint
Last modified: 2014-10-26 10:41:14 UTC
When using the eject button which appears next to a mounted drive in nautilus sidebar, nautilus 3.14 changes directory to the parent of the mountpoint, even if a location not on the drive is displayed. Unmounting the drive using the context menu works correctly. Steps to reproduce: 1. Mount a drive using nautilus sidebar 2. Navigate in the same nautilus window to a different location, e.g. Downloads or Pictures 3. Click on the eject button displayed for the drive mounted in Step 1 Actual results: Nautilus changes directory to the parent of the mountpoint of the unmounted drive, usually /run/media/$USER Expected results: Nautilus keeps the location from Step 2. rpm -q nautilus nautilus-3.14.0-2.fc21.x86_64 This looks like a partial regression of <https://bugzilla.gnome.org/show_bug.cgi?id=699183>. Nautilus 3.10 in Fedora 20 gets it right.
It turns out to be that this was not a nautilus bug but a gtk3 one, fixed by https://git.gnome.org/browse/gtk+/commit/?id=f6870e5b79fd9abe573b01d37d7c52476b5c6052 Duping to https://bugzilla.gnome.org/show_bug.cgi?id=737983 *** This bug has been marked as a duplicate of bug 737983 ***