On 07/06/2013 09:23 AM, Guy Rutenberg wrote:
Hi,
On 5 July 2013 10:54, Scott Kostyshak <skost...@lyx.org
<mailto:skost...@lyx.org>> wrote:
I think that the part that actually runs system commands is in:
src/support/Systemcall.cpp
I've created a patch to fix it. Stats:
src/support/Systemcall.cpp | 26 ++++++++++++++++----------
src/support/SystemcallPrivate.h | 2 +-
2 files changed, 17 insertions(+), 11 deletions(-)
Basically, what I did was to add a new parameter to
SystemcallPrivate::startProcess() to tell if we should detach. If so,
I'm calling QProcess::startDetached instead of QProcess::start().
I'm not sure we absolutely need it, Guy, but can you send a note to
devel saying something like: I hereby license my contributions to LyX
under the General Public License, version 2 or any later version? Then
I'll commit.
Richard