[Kde-imaging] [Bug 93666] k3b invoked with --nofork cause to delete the temporary files to early

David Faure faure at kde.org
Tue Nov 23 11:50: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        




------- Additional Comments From faure kde org  2004-11-23 11:49 -------
On Tuesday 23 November 2004 11:37, Achim Bohnet wrote:
>     if ( !m_Proc->start(KProcess::NotifyOnExit, KProcess::All ) )

And then the tempfile is deleted when the process "exits"? Can't work like that. 
You need to the --tempfile approach
(OK you don't need KRun if you know you're talking to k3b always, then you can just
pass --tempfile to it - if it supports it. You could check for X-KDE-HasTempFileOption=true
in k3b's desktop file to check it will accept the option, i.e. it's not too old).

> Because kipi-plugins are used by apps that try to be kompatible to
> 3.1 and later it would be nice to find a a solution that does not
> only work with kde > 3.3 and/or k3b from cvs ;).

Sorry, can't do magic. The past is the past.


More information about the Kde-imaging mailing list