Bjarne wrote: > Assuming it was a problem with lame, I made a small shell script instead of lame and had k3b call my > shell script instead of lame. > That did not change anything - Same error. > I don't do anything in my shell script, except for returning a return code. > Any suggestion as to what to test/debug is very much appreciated.. Log the parameters given to lame and the output and error messages of lame: #! /bin/sh exec >/tmp/lame.log 2>&1 set -x /usr/bin/lame "$@" Although k3b doesn't get the output and error messages of lame in this way, you can see them in /tmp/lame.log. Michael ___________________________________________________ This message is from the kde mailing list. Account management: https://mail.kde.org/mailman/listinfo/kde. Archives: http://lists.kde.org/. More info: http://www.kde.org/faq.html.