Bug 115203 - digikam export to CD archive fails
Summary: digikam export to CD archive fails
Status: RESOLVED FIXED
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: X11 Applications (show other bugs)
Version: Beta 4
Hardware: i686 All
: P5 - None : Major
Target Milestone: ---
Assignee: E-mail List
QA Contact: Stefan Dirsch
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-04 10:03 UTC by Volker Kuhlmann
Modified: 2006-02-04 15:31 UTC (History)
0 users

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments
skript to solve the problem (35 bytes, application/x-shellscript)
2005-11-13 12:17 UTC, Egbert König
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Volker Kuhlmann 2005-09-04 10:03:14 UTC
digikam correctly creates the directory structure for burning to CD, then 
calls k3b. k3b says "can't open folder" and then behaves as if it never heard 
of digikam. digikam outputs in its log window "k3b is done; removing temp 
folder" before k3b even displayed its splash window - this will be the 
problem. For some reason digikam seems to think k3b has already terminated.
Comment 1 Egbert König 2005-11-13 12:17:44 UTC
Created attachment 57185 [details]
skript to solve the problem

You need to call k3b with the --nofork option. Otherwise the system call from digikam will return immediately after starting k3b, and that is the reason, while the exported files get already whiped out before k3b can initialize itself. The attached shell skript "k3b-nofork" can be registered as burning application in digikam it does just this.
Comment 2 Stephan Kulow 2006-02-04 15:31:26 UTC
works fine with 10.1 beta3