Comment 39 for bug 63090

Revision history for this message
Genes (maclaren-sg) wrote :

I've also got the same prob when I've upgrade to Feisty

Some work around with nautilus-scripts.

$ gedit .gnome2/nautilus-scripts/Eject
-Paste----------------------------------------------------
for uri in $NAUTILUS_SCRIPT_SELECTED_URIS; do
 device=`echo $uri | sed 's/file:\/\///g'`
 gksudo "eject $device" &
done
------------------------------------------------------------
add below to /etc/sudoers to skip enter passwd for ejects only.
%admin eject = NOPASSWD:/usr/bin/eject