When looking through the source of gnome-volume-manager-1.2.0 I found a typo responsible for this bug - so it should be easy to close... In manager.c - line 507 - static gboolean gvm_device_unmount (char *device) - it should be BIN_UMOUNT instead of BIN_MOUNT. I hope this was the right way to report the bug... don't know how to create a patch :( sorry. Reproducible: Always Steps to Reproduce: 1. Insert CD 2. Try to unmount CD :) Actual Results: error message Expected Results: eject the cd
Seems to work with data cds - I only have the problem with audio cds... If I'm right version 1.2.1 has the same problem
Hello! I cannot confirm this; checked - gnome-volume-manager-1.2.0 - gnome-volume-manager-1.2.1 - gnome-volume-manager-1.2.2 All src/manager.c use "BIN_UMOUNT". Florian
(In reply to comment #2) > Hello! > > I cannot confirm this; checked > - gnome-volume-manager-1.2.0 > - gnome-volume-manager-1.2.1 > - gnome-volume-manager-1.2.2 > > All src/manager.c use "BIN_UMOUNT". > > > Florian Fixed in 1.5.x
Marking fixed as 1.5 fixes it.