After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 530423 - Does not recognise CDs
Does not recognise CDs
Status: RESOLVED FIXED
Product: sound-juicer
Classification: Applications
Component: general
2.22.x
Other All
: Normal major
: ---
Assigned To: Sound Juicer Maintainers
Sound Juicer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-04-28 19:02 UTC by Sam Morris
Modified: 2008-06-27 12:51 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22


Attachments
sj-handle-uris.patch (2.42 KB, patch)
2008-04-29 14:39 UTC, Bastien Nocera
committed Details | Review

Description Sam Morris 2008-04-28 19:02:23 UTC
Please describe the problem:
sound-juicer under GNOME 2.22 does not recognise CDs. When I insert an audio CD, sound-juicer is launched (by Nautilus) and its window appears, but it is empty. I have to manually go to its preferences and change the CD drive to the one that I inserted the CD into in order to get it to do anything.

This is a regression from previous GNOME releases when it would open up, already displaying tracks from the appropriate CD drive.

Steps to reproduce:


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Sam Morris 2008-04-28 19:03:00 UTC
Oh yeah, nautilus launches it like so:

$ pgrep -fl sound-juicer
3026 sound-juicer /home/sam/.gvfs/cdda mount on hdd
Comment 2 Bastien Nocera 2008-04-28 23:54:16 UTC
On which distribution is that?
Comment 3 Sam Morris 2008-04-28 23:56:31 UTC
Debian testing/unstable with GNOME 2.22 packages pulled from experimental where appropriate.
Comment 4 Bastien Nocera 2008-04-29 14:39:39 UTC
Created attachment 110112 [details] [review]
sj-handle-uris.patch

Something like that works for me
Comment 5 Sam Morris 2008-05-05 13:51:46 UTC
Works for me too--thanks!

I believe that GVFS is going to rename the cdda URI scheme to something else though... something like cddafs maybe. So this will break once that happens.
Comment 6 Bastien Nocera 2008-05-05 13:59:58 UTC
(In reply to comment #5)
> Works for me too--thanks!
> 
> I believe that GVFS is going to rename the cdda URI scheme to something else
> though... something like cddafs maybe. So this will break once that happens.

I know, there's the same problems for patches I did for rhythmbox and totem-pl-parser...
Comment 7 Ross Burton 2008-05-14 20:29:02 UTC
Committed, thanks Bastien.