From: Jérôme L. <lod...@us...> - 2014-02-08 07:19:20
|
Le samedi 8 février 2014 03:01:09 Mojca Miklavec a écrit : > It would be great if someone could figure out how to avoid forking > (and try to avoid it at least on mac) if that is possible at all. I'm > not skilled enough to understand how gnuplot_qt and forking works to > be able to change it. Note that in the current CVS, forking is not used anymore to start gnuplot_qt. Instead, the Qt function QProcess::startDetached is used. |