I did this hack just for testing:

# vim /usr/bin/normalize-audio

#/bin/bash
case "$1" in
        --version)
                normalize --version | sed -e 's/normalize /normalize-audio /g'
                ;;
        *)
                normalize $*
                ;;
esac

chmod +x /usr/bin/normalize-audio

and now k3b detects normalize :-D

-- 
k3b uses wrong normalize binary name
https://bugs.launchpad.net/bugs/44524
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to