Your message dated Tue, 17 Jul 2007 20:08:47 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#433509: DVDAuthorWizard.kmdr needs
/usr/bin/DVDAuthorWizard-Builder.sh but the package provides
DVDAuthorWizard-Builder
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
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
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
* Khapin <[EMAIL PROTECTED]> [2007-07-17 17:14]:
> Package: dvdauthorwizard
> Version: 1.4.6-0.0
This package is from debian-multimedia.org and not from the official
Debian archive. I'm CCing its maintainer and closing your bug report
in the Debian tracker.
> 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
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---