k3b does not detect normalize-audio

Bug #110859 reported by Christian Mangold
This bug report is a duplicate of:  Bug #44524: k3b uses wrong normalize binary name. Edit Remove
2
Affects Status Importance Assigned to Milestone
k3b (Ubuntu)
Confirmed
Undecided
Unassigned

Bug Description

k3b does not detect normalize-audio in Kubuntu 7.04. Enter the path /usr/bin/normalize-audio in the settings brings no solution.

Revision history for this message
Benjamin Bach (benjaoming) wrote :

I can totally confirm this! I've deleted all my K3B settings files and removed all KDE cache and nothing changes. The program is correctly installed.

Changed in k3b:
status: Unconfirmed → Confirmed
Revision history for this message
Christian Mangold (neversfelde) wrote :

here is a workaround:
http://forum.kubuntu-de.org/index.php?topic=8447.msg55097#msg55097

"The solution for feisty is to download the latest source package normalize-0.7.7 and change this lines in
 normalize-0.7.7/src/normalize.c

case 'V':
       printf("normalize %s\n", version);
       printf(_("\
to
   case 'V':
       printf("%s %s\n", progname, version);
       printf(_("\

after that
 checkinstall make install
 ln -s /usr/bin/normalize /usr/bin/normalize-audio
and everything will work.

The problem is due to the fact that k3b calls normalize-audio -V
 but the program answers:
 normalize 0.7.7
rather than
normalize-audio 0.7.7"

Revision history for this message
jcfp (jcfp) wrote :

See also (the comments on) Bug #44524

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.