On Fri, Jun 18, 2010 at 08:00:57PM +0200, Peter Kuemmel wrote: > > > I investigated the code a little more and it appears that QProcess is > > used for the actual image/LaTeX conversions. ForkedCalls/runCommand are > > only used for internal Python scripts for display images / lyx2lyx etc. > > Wouldn't be the cleanest solution to use QProcess also for ForkedCalls? > (Enrico, I hear you scream ;)
I am not going to accept your challenge ;-) Luckily, shell scripts can be executed on posix systems through QProcess, but I think that it is pretty stupid forking a new process for executing a script (this is what happens on *nix when using QProcess). -- Enrico
