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 435025 - Direct copy of audio CD results in white noise CD
Direct copy of audio CD results in white noise CD
Status: RESOLVED FIXED
Product: nautilus-cd-burner
Classification: Deprecated
Component: cd-burner
2.18.x
Other Linux
: Normal normal
: ---
Assigned To: Nautilus CD Burner Maintainers
Nautilus CD Burner Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-05-01 21:39 UTC by Sven Arvidsson
Modified: 2007-08-10 07:50 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18


Attachments
Suggested fix (1.58 KB, patch)
2007-05-01 21:39 UTC, Sven Arvidsson
committed Details | Review

Description Sven Arvidsson 2007-05-01 21:39:17 UTC
[ Forwarded from http://bugs.debian.org/421463 ]

Roderich Schupp <roderich.schupp@googlemail.com>, detected a problem with direct copying of audio discs, and wrote a patch to correct it.


"When I try to copy an audio CD using the "Copy Disc..." menu entry
(from the context menu of the audio disc's dektop icon), the resulting
copy contains just white noise.

The reason is that nautilus-cd-burner correctly identifies the CD as audio
and copies it to an image file (using cdrdao), but then "forgets" this
information and burns it as if it where a data image (using cdrecord/wodim).

The tell-tale sign is that create_track_from_device() in src/ncb-operation.c
never looks at the image_type returned from nautilus_burn_iso_make_from_info
and unconditionally creates a track via create_iso_rack().

Suggested patch below (the actual fix is the second hunk, the other two
hunks just move create_cue_track() up in the file, otherwise you'd need
a forward declaration)."
Comment 1 Sven Arvidsson 2007-05-01 21:39:53 UTC
Created attachment 87364 [details] [review]
Suggested fix
Comment 2 William Jon McCann 2007-07-14 16:18:05 UTC
Sorry I can't test this at the moment.  But if it works for you feel free to commit to 2.18 and trunk.  Thanks.
Comment 3 William Jon McCann 2007-07-30 23:04:58 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.
Comment 4 Free Ekanayaka 2007-08-10 07:50:32 UTC
Hi all,

I've built and tested the latest 2.19.6, but the problem still persist on my system (Debian/etch). Is there some special configuration tweak to to?