From: Daniel J S. <dan...@ie...> - 2014-02-08 07:27:50
|
On 02/08/2014 01:05 AM, Jérôme Lodewyck wrote: > 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. Oh man... :-) |