I used this workaround on Lucid, which wraps icedax and pretends to be 
"cdda2wav 2.0.0" : create a /usr/local/bin/cdda2wav executable file with:
<code>
#!/bin/sh

# See http://launchpadlibrarian.net/41444030/cdda2wav.patch
# and https://bugs.launchpad.net/ubuntu/+source/brasero/+bug/529696

if [ "$1" = "--version" ]; then
  echo "cdda2wav 2.0.0" >&2
  exit 0
fi

exec /usr/bin/icedax "$@"
</code>

Then "aptitude install icedax". You might need to "pkill gvfsd-burn"
which seems to cache the plugin test.

And "brasero -c" now works here.

-- 
brasero can't copy audio cd (useless error message)
https://bugs.launchpad.net/bugs/529696
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to