Comment 7 for bug 1076310

Revision history for this message
Uqbar (uqbar) wrote :

I have a proposal for a workaround similar to the one already in use for normalize-audio.
As root:
1. mv /usr/bin/sox /usr/bin/sox.org
2. with your text editor create the file /user/bin/sox like this one:
#/bin/bash
case "$1" in
        --version)
       sox.orig --version | sed -e 's/sox.orig: SoX v/sox: Version/g'
        ;;
        *)
        sox.orig $*
        ;;
esac

I've checked the mentioneed patch by Pino Torscano (grazie, Pino!) and it works now.
I don't want to discuss who broke what. It's simply a shame that this happened twice to the same package (that is K3b).