[Bug 1076310] Re: K3b fails to detect sox
Uqbar
1076310 at bugs.launchpad.net
Fri Mar 29 16:56:39 UTC 2013
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).
--
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to k3b in Ubuntu.
https://bugs.launchpad.net/bugs/1076310
Title:
K3b fails to detect sox
To manage notifications about this bug go to:
https://bugs.launchpad.net/k3b/+bug/1076310/+subscriptions
More information about the kubuntu-bugs
mailing list