Enrico Forestieri wrote:
I don't think so. When I tested what was happening when not running in
a terminal, I saw that Qt was not spawning the process, so I took care
to not use the special devices for redirection in that case.

I am a bit concerned about the possible performance impact due to the
polling you introduced. I'll also see if that can be alleviated.

The best way to deal with these output is to use readyReadStandardError () and readyReadStandardOutput () signals. I have at hand a 'ProcessManager' class that can keep track of all launched processes with the option to redirect the outputs to any file we want. For example we probably want to distinguish output from LateX and output from the image converters (imagemagick...). If you think this is a good idea I can try to port it to LyX soonish.

Abdel.

Reply via email to