Package: dvdauthorwizard
Version: 1.4.6-0.0
Severity: important
Tags: patch

--- Please enter the report below this line. ---

Hi!

dvdauthorwizard doesn't work: 
`kmdr-executor /usr/bin/DVDAuthorWizard.kmdr` just displays a window
"KDE DVDAuthor Wizard could not be started.". This is because, line 277,
dvdauthorwizard.kmr tries to launch
"@global(_KDDIR)/DVDAuthorWizard-Builder.sh" which doesn't exist. It
seems the package renames the original file to just DVDAuthorWizard-Builder

I found 2 ways to fix the problem: either doing a symbolic link:
ln -s /usr/bin/DVDAuthorWizard-Builder /usr/bin/DVDAuthorWizard-Builder.sh
or to apply this obvious patch to DVDAuthorWizard.

Cheers

Khapin


--- System information. ---
Architecture: i386
Kernel:       Linux 2.6.21nico-1

Debian Release: lenny/sid
  500 testing         www.debian-multimedia.org 
  500 testing         secure-testing.debian.net 
  500 testing         ftp.uk.debian.org 

--- Package information. ---
Depends          (Version) | Installed
==========================-+-===========
kommander                  | 4:3.5.5-1
dvdauthor                  | 0.6.14-1+b1
sox                        | 13.0.0-1+b1
transcode                  | 2:1.0.4~rc0-0.0
bc                         | 1.06-20
konsole                    | 4:3.5.7-1
imagemagick       (>= 6.1) | 7:6.2.4.5.dfsg1-1
mjpegtools                 | 1:1.8.0-0.4
--- DVDAuthorWizard.kmdr	2007-07-06 07:16:40.000000000 +0100
+++ DVDAuthorWizard-fixed.kmdr	2007-07-17 17:08:17.000000000 +0100
@@ -274,7 +274,7 @@
                 </property>
                 <property name="associations" stdset="0">
                     <stringlist>
-                        <string>"@global(_KDDIR)/DVDAuthorWizard-Builder.sh"
+                        <string>"@global(_KDDIR)/DVDAuthorWizard-Builder"
 if [ "$?" -ne "0" ]; then
     kdialog --error "KDE DVDAuthor Wizard could not be started. $( @global(_KDDIR)/DVDAuthorWizard-Builder.sh )"
     kill @pid

Attachment: signature.asc
Description: Digital signature

Reply via email to