Comment 2 for bug 404185

Revision history for this message
Mario Limonciello (superm1) wrote :

So it looks like nautilus looks at a combination of

g_drive_can_eject | g_volume_can_eject | g_mount_can_eject

to determine if eject is shown.

http://library.gnome.org/devel/gio/stable/GDrive.html#g-drive-can-eject
http://library.gnome.org/devel/gio/unstable/GVolume.html#g-volume-can-eject
http://library.gnome.org/devel/gio/2.15/GMount.html#g-mount-can-eject

So either the kernel needs to supply a quirk, or gio needs a quirk.