On Fri, Jul 16, 2010 at 10:38:09AM +0200, Kornel Benko wrote: > > I am always collecting the output in a file ( == redirecting) to be able to > analyse the output later. > Since I have many debug-keys enabled, the output is huge. > > Not happy with disabling redirected output :(
I think you didn't get the problem. The change from Peter was such that output was sent *both* to the redirection file *and* the terminal. When output is redirected, it should not go to the terminal. If you want to do that, you woud use piping and "tee", not redirection. Before QProcess, it was possible using piping and thus also tee in a command, with QProcess this is no more possible, unless you volunter to rewrite the bash shell in the lyx sources. -- Enrico