** Changed in: k3b (Ubuntu)
Status: Fix Committed => Fix Released
--
k3b uses wrong normalize binary name
https://bugs.launchpad.net/bugs/44524
You received this bug notification because you are a member of Kubuntu
Team, which is a direct subscriber.
--
kubuntu-bugs mailing list
[EMAIL P
http://revu.tauware.de/details.py?upid=5322
** Attachment added: "k3b-gutsy-ubuntu3-ubuntu4.debdiff"
http://librarian.launchpad.net/7872129/k3b-gutsy-ubuntu3-ubuntu4.debdiff
--
k3b uses wrong normalize binary name
https://bugs.launchpad.net/bugs/44524
You received this bug notification becau
i've done a fix for this. i attach debdiff here
** Changed in: k3b (Ubuntu)
Status: Confirmed => Fix Committed
--
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 subscr
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/normaliz
Problem is that when k3b find normalize-audio and executes it with
--version, it tries to find the string "normalize-audio" in the output,
while the normalize program outputs just "normalize 0.7.7" instead. It
seems this problem is caused by a change the
"kubuntu_101_rename_normalize.diff" patch ma
When debugging k3b, it actually does seem to find normalize-audio if
it's in the path, and even execute it with argument "--version"? But
after that, it still lists it as 'not found' in the preferences. As for
creating a symlink: that was a fix for a previous incarnation of this
bug and is not goin
dilmah said on 2007-04-13:
I can confirm this problem in Feisty as well. I have apt-get install
normalize-audio and placed symlinks as follows:
ln -s /usr/bin/normalize-audio /usr/bin/normalize
ln -s /usr/bin/normalize-audio /usr/local/bin/normalize
I have also tried specifing the full path to t
I can confirm this problem in Feisty as well. I have apt-get install
normalize-audio and placed symlinks as follows:
ln -s /usr/bin/normalize-audio /usr/bin/normalize
ln -s /usr/bin/normalize-audio /usr/local/bin/normalize
I have also tried specifing the full path to the binaries in the programs
In Feisty, K3B looks for 'normalize-audio' but doesn't find it even
though it's installed. This seems to be the bug that won't die.
--
k3b uses wrong normalize binary name
https://bugs.launchpad.net/bugs/44524
You received this bug notification because you are a member of Kubuntu
Team, which is
Problem appears to have been fixed in edgy; k3b now looks for
'normalize-audio'.
--
k3b uses wrong normalize binary name
https://launchpad.net/bugs/44524
--
kubuntu-bugs mailing list
kubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs
thanks for that extra information, the binary name is supposed to be
sorted but this looks like it is missed for this
** Changed in: k3b (Ubuntu)
Status: Needs Info => Confirmed
--
k3b uses wrong normalize binary name
https://launchpad.net/bugs/44524
--
ubuntu-bugs mailing list
ubuntu-b
Kenny Duffus <[EMAIL PROTECTED]>:
> when does this occur?
>
> ** Changed in: k3b (Ubuntu)
>Status: Unconfirmed => Needs Info
>
Always. Just install k3b (0.12.14-0ubuntu7) and normalize-audio (0.7.6-7)
packages in (k)ubuntu (6.06).
Then check in the k3b options -> Programs:
"normalize"
when does this occur?
** Changed in: k3b (Ubuntu)
Status: Unconfirmed => Needs Info
--
k3b uses wrong normalize binary name
https://launchpad.net/bugs/44524
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
confirming, same bug here... very easy to fix so please do.
--
k3b uses wrong normalize binary name
https://launchpad.net/bugs/44524
--
kubuntu-bugs mailing list
kubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs
** Changed in: k3b (Ubuntu)
Assignee: (unassigned) => Kenny Duffus
--
k3b uses wrong normalize binary name
https://launchpad.net/bugs/44524
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
15 matches
Mail list logo