Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 99948 - gnome-volume-manager 1.2.0 is unable to unmount automounted devices
Summary: gnome-volume-manager 1.2.0 is unable to unmount automounted devices
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High minor
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-22 12:44 UTC by Frederik Gladhorn
Modified: 2006-01-27 22:13 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Frederik Gladhorn 2005-07-22 12:44:26 UTC
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
Comment 1 Frederik Gladhorn 2005-07-22 13:01:51 UTC
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
Comment 2 Schricker 2005-07-24 08:04:59 UTC
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
Comment 3 Dave Shanker 2005-10-04 20:28:18 UTC
(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
Comment 4 Saleem Abdulrasool (RETIRED) gentoo-dev 2006-01-27 22:13:47 UTC
Marking fixed as 1.5 fixes it.