GNOME Bugzilla – Bug 530423
Does not recognise CDs
Last modified: 2008-06-27 12:51:47 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:
Oh yeah, nautilus launches it like so: $ pgrep -fl sound-juicer 3026 sound-juicer /home/sam/.gvfs/cdda mount on hdd
On which distribution is that?
Debian testing/unstable with GNOME 2.22 packages pulled from experimental where appropriate.
Created attachment 110112 [details] [review] sj-handle-uris.patch Something like that works for me
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.
(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...
Committed, thanks Bastien.