Bug 517685
Summary: | Scan Removable Media in Rythmbox does not see music CD | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Bob Shanteau <rmshant> |
Component: | rhythmbox | Assignee: | Bastien Nocera <bnocera> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | rawhide | CC: | alexl, bnocera, davidz, mclasen, rmshant, tbzatek |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2009-08-19 16:09:32 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 473303 |
Description
Bob Shanteau
2009-08-16 05:52:22 UTC
Probably more a gvfs problem The problem is missing gvfsd-cdda mount here. Nautilus can handle autorun if running and can mount it automatically, otherwise you will not get any cdda mounts on insertion. Apparently Rhythmbox doesn't mount it itself, even though the content is detected without mounting. Drive(0): ATAPI DVD A DH16A6L Type: GProxyDrive (GProxyVolumeMonitorGdu) ids: unix-device: '/dev/sr0' themed icons: [drive-optical] [drive] is_media_removable=1 has_media=1 is_media_check_automatic=1 can_poll_for_media=1 can_eject=1 can_start=0 can_stop=0 start_stop_type=unknown Volume(0): Audio Disc Type: GProxyVolume (GProxyVolumeMonitorGdu) ids: unix-device: '/dev/sr0' activation_root=cdda://sr0/ themed icons: [media-optical-audio] [media-optical] [media] can_mount=1 can_eject=1 should_automount=1 Might be fixed by http://cgit.freedesktop.org/DeviceKit/DeviceKit-disks/commit/?id=cb39d9c3829939eda833a2e3508d91f2561ff26c which will hit rawhide with the next DeviceKit-disks release later today. Indeed, automounting and starting of rhythmbox works now. But rhythmbox itself doesn't handle the audio cd right, it doesn't select it and does not start playing it. ps shows that rhythmbox is run as follows: rhythmbox /home/mclasen/.gvfs/cdda mount on sr0/ This is a side-effect of: http://bugzilla.gnome.org/show_bug.cgi?id=528670 Fix is building in rawhide. |