https://bugs.kde.org/show_bug.cgi?id=398190
--- Comment #3 from Leslie Zhai <zhaixi...@loongson.cn> --- Hi Thomas, Thanks for your kind response! > the wodim option -raw96r is unusual and (years ago) was a source of trouble > for me. Any idea how K3B came to think that it is good to use it ? > > It is chosen in libk3b/projects/k3bcdrecordwriter.cpp if > d->writingMode == K3b::WritingModeRaw > > This seems to be configurable. Try to choose "TAO" or "SAO" instead. Is it better to *remove* the unusual -raw96r option by default, what I mean, just set writingMode's default value to TAO or SAO? Welcome suggestion. > > (I see code which sets WritingModeRaw in src/k3bwritingmodewidget.cpp) > > --------------------------------------------------------------------- > > I further wonder about the strange file addresses, like > /tmp/SO U/SO U/SO U/SO U/k3bCdCopy0/Track02.wav > > I assume that this is one path, not five. But why the blanks and why > four directories "SO U" ? > Can this be due to a misconfiguration of K3B ? > Does a directory "/tmp/SO U/SO U/SO U/SO U" exist while K3B is > attempting to do its job ? Related to BUG385367 and BUG384117 What about change the *tmp* directory to $HOME/Music? It failed to mkdir for such weird path: $mkdir -p /tmp/SO U/SO U/SO U/SO U/k3bCdCopy0/ Regards, Leslie Zhai -- You are receiving this mail because: You are watching all bug changes.