[Digikam-devel] extragear/libs/kipi-plugins/cdarchiving

Gilles Caulier caulier.gilles at free.fr
Tue Sep 6 09:43:32 BST 2005


SVN commit 457637 by cgilles:

Accordinly with Tom Albers, restoring temporally ' -nofork ' K3b invocation for next RC release. This is a temp issue. A better way will be to use the new (and complete) dcop interface available on k3b.

IMPORTANT : A new tool to ARCHIVE/RESTORE digikam database is planed by me and Tom for digiKam 0.8.1. It will be embeded on digiKam to support all database features. kipi CDArchiving tool will be obsolete for digikam in the future. We need a maintenor from kimdaba, gwenview or showimg project for this tool.

CCMAIL: kde-imaging at kde.org, digikam-devel at kde.org

 M  +2 -2      cdarchiving.cpp  


--- trunk/extragear/libs/kipi-plugins/cdarchiving/cdarchiving.cpp #457636:457637
@@ -388,10 +388,10 @@
 
     m_Proc = new KProcess();
 
-    *m_Proc << m_K3bBinPathName;;
+    *m_Proc << m_K3bBinPathName;
     *m_Proc << m_tmpFolder + "/KIPICDArchiving.xml";
 
-    QString K3bCommandLine = m_K3bBinPathName + " " + m_tmpFolder + "/KIPICDArchiving.xml";
+    QString K3bCommandLine = m_K3bBinPathName + " --nofork " + m_tmpFolder + "/KIPICDArchiving.xml";
     kdDebug(51000) << "K3b is started : " << K3bCommandLine.ascii() << endl;
 
     connect(m_Proc, SIGNAL(processExited(KProcess *)),



More information about the Digikam-devel mailing list