Page MenuHomeSolus

K3b missing packages
Closed, ResolvedPublic

Description

When I open K3b a System Configuration Problems dialog opens with following 4 problems:

Unable to find cdrdao executable
K3b uses cdrdao to actually write CDs.
Solution: Install the cdrdao package.

Unable to find cdrskin executable
K3b uses cdrskin in place of cdrecord.
Solution: Install the libburn package which contains cdrskin

Unable to find growisofs executable
K3b uses growisofs to actually write DVDs. Without growisofs you will not be able to write DVDs. Make sure to install at least version 5.10.
Solution: Install the dvd+rw-tools package.

Unable to find dvd+rw-format executable
K3b uses dvd+rw-format to format DVD-RWs and DVD+RWs.
Solution: Install the dvd+rw-tools package.

I found libburn and dvd_rw-tools in Software Center and installed them but 2 problems still remain

Unable to find cdrdao executable
Unable to find dvd+rw-format executable

Event Timeline

sunnyflunk added a subscriber: sunnyflunk.

Thanks for testing (have been waiting for somebody to),

So in short to get this to work:

  • Fix dvd_rw-tools cause it's broken (seg faults). There are patches to do so
  • cdrdao would need to be packaged
  • add cdrdao and dvd_rw-tools as rundeps

If you can test this once the update lands, would be appreciated. Cheers

Just updated and tested, works like a charm. Thank you for quick response, appreciate it