[Bug 44524] Re: k3b uses wrong normalize binary name

kimus kimus.linuxus at gmail.com
Tue May 22 00:04:22 BST 2007


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
Burning Team, which is a bug contact for k3b in ubuntu.



More information about the Ubuntu-burning mailing list