GNOME Bugzilla – Bug 317585
eject/disconnect/unmount/remove volum entry in "File" menu
Last modified: 2006-05-26 15:56:23 UTC
To add the "Eject Volume" action to the "File" menu if the user is currently browsing unmountable/ejectable medium. Just like choosing "Eject Volume" from the popped up menu of the volume icon. The same way one is able to emptry the trash bin. Other information:
Me too. Without this, if there is no icon on the desktop (as in Ubuntu) then the user must go to Places/Computer and right click on the CD there. That's hard to find.
*** Bug 329909 has been marked as a duplicate of this bug. ***
*** Bug 148121 has been marked as a duplicate of this bug. ***
From bug 148121, Vincent Noel suggests a workaround: "You can also use the Shift-F10 keyboard shortcut." Marking duplicate the older bug because this has a more general description.
Created attachment 58759 [details] [review] Proposed prelimitary patch This superficially tested patch was also submitted to nautilus-list for review: http://mail.gnome.org/archives/nautilus-list/2006-February/msg00005.html
Missed 2.14 feature freeze, milestoning to 2.16 since another followup patch available on the list was approved.
Created attachment 60127 [details] [review] Patch that was approved for 2.15
Maybe this should go in now?
It's in already: 2006-04-27 Christian Neumair <chris@gnome-de.org> * src/file-manager/fm-actions.h: * src/file-manager/fm-directory-view.c: (file_get_volume_and_drive), (action_self_mount_volume_callback), (action_self_unmount_volume_callback), (action_self_eject_volume_callback), (action_self_format_volume_callback), (file_get_volume_and_drive), (file_should_show_self), (real_update_menus_volumes): * src/file-manager/fm-tree-view.c: (create_popup_menu): * src/file-manager/nautilus-directory-view-ui.xml: Allow to mount/unmout/eject/format a volume when displaying its activation URI.