Hi all. Is it possible to have an icon-button for eject/umount the mounted temporary volumes in the side pane(like finder on osX). thanks.
middle click the volume to eject it
I like the idea of an icon to eject/unmount a volume, since it also gives a visual clue wheather the device is currently mounted or not. Currently, i always have to rightclick on the device to see if the mount/unmount option is availible (In reply to comment #1) > middle click the volume to eject it on my system, this opens a new thunar window with the volume opened instead of unmounting the volume
Created attachment 3139 Provide eject button on side pane for volumes What do you think about this? This provides an eject button similar to nautilus.
Created attachment 3140 screenshot for patch This screenshot is how it looks like if I have an USB stick attached. Please excuse the wild mix of German and English and the totally absent theming, this was running in a chroot. Clicking on the eject icon will cause the volume to be ejected (if available) or the mount to be unmounted.
Pushed to master with a small change (see my commit below). Thanks Martin! commit fb0156aa39ee301bcd4a7bfb9cbd9ae952f11970 Author: Jannis Pohlmann <jannis@xfce.org> Date: Tue Oct 12 12:04:53 2010 +0200 Display eject button only if a volume is removable and present. commit dede380139cf264918cc2478d19227e49ff0a1c5 Author: Martin Pitt <martin.pitt@ubuntu.com> Date: Tue Oct 12 10:21:47 2010 +0200 Provide eject button on side pane for volumes Add an eject icon to the shortcuts sidebar for volumes which are ejectable or mounts which are unmountable by the user. This makes it much more obvious and easy how to unmount/eject removable storage again. http://bugzilla.xfce.org/show_bug.cgi?id=3658 Signed-off-by: Jannis Pohlmann <jannis@xfce.org>