diff -r fb74fa7bfb4c -r 9ae68208e2ff exports.cpp --- a/exports.cpp Mon Feb 12 09:28:47 2007 +0000 +++ b/exports.cpp Mon Feb 19 12:01:52 2007 +0000 @@ -166,6 +166,7 @@ if (mapCenter) me=mapCenter->getMapEditor(); if (me) { + cout << "starting KDE export\n"; WarningDialog dia; dia.showCancelButton (true); dia.setText(QObject::tr("Exporting the %1 bookmarks will overwrite\nyour existing bookmarks file.").arg("KDE")); @@ -179,9 +180,11 @@ p.setInputFile (tmpDir.path()+"/"+me->getMapName()+".xml"); p.setOutputFile (tmpDir.home().path()+"/.kde/share/apps/konqueror/bookmarks.xml"); p.setXSLFile (vymBaseDir.path()+"/styles/vym2kdebookmarks.xsl"); + cout << "Trying to call vym2kde\n"; p.process(); QString ub=vymBaseDir.path()+"/scripts/update-bookmarks"; + cout << "Trying to call "<start( ub); if (!proc->waitForStarted())