After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
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
Unmounting a drive using the eject button in the nautilus sidebar while anoth...
Status: RESOLVED DUPLICATE of bug 737983
Product: nautilus
Classification: Core
Component: Sidebar
3.14.x
Other Linux
: Normal normal
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-10-06 10:35 UTC by Ilja Sekler
Modified: 2014-10-26 10:41 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ilja Sekler 2014-10-06 10:35:52 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.
Comment 1 Ilja Sekler 2014-10-26 10:41:14 UTC
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 ***