[Kde-imaging] [Bug 93666] New: k3b invoked with --nofork cause to
delete the temporary files to early
Heiko Schaefer
heiko at rangun.de
Sun Nov 21 14:54:01 CET 2004
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=93666
Summary: k3b invoked with --nofork cause to delete the temporary
files to early
Product: kipiplugins
Version: unspecified
Platform: SuSE RPMs
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: cdarchiving
AssignedTo: kde-imaging kde org
ReportedBy: heiko rangun de
Version: (using KDE KDE 3.3.1)
Installed from: SuSE RPMs
OS: Linux
If k3b is invoked with the --nofork option, the temporary files are deleted before k3b loaded the files.
The --nofork lets kipi wait until k3b is finished before it deletes the files.
As workaround you can create a wrapper script with following contents:
#!/bin/sh
k3b $@ --nofork
use this script as the path to k3b.
More information about the Kde-imaging
mailing list