[Kde-imaging] CD archiving plugin and K3b (--nofork)

Angelo Naselli anaselli at linux.it
Tue Aug 23 22:50:36 CEST 2005


I released this patch on kipi-plugins packages.
Do you think there's anything else to add by now?

Thanks,
  Angelo



--- kipi-plugins/cdarchiving/cdarchiving.cpp    2005-01-13 13:48:00.000000000 +0200
+++ kipi-plugins/cdarchiving/cdarchiving.cpp.new        2005-08-21 22:22:57.000000000 +0200
@@ -450,7 +450,8 @@ void CDArchiving::invokeK3b()
     *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 *)),
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://mail.kde.org/pipermail/kde-imaging/attachments/20050823/b18995b4/attachment.pgp


More information about the Kde-imaging mailing list