On Thu, Mar 13, 2014 at 5:29 PM, Vincent van Ravesteijn <v...@lyx.org> wrote:
> I did some debugging. The problem lies in the use of > QProcess::startDetached. If you call this function with a the "cmd" prefix, > you will inevitably get a command window. > > Omitting the "cmd" could be a solution. Does it have any use to add the > latexEnvCmdPrefix to a viewer command ? > > Other solutions using QProcess::start did not work as I never seem to get a > finished() signal to be able to delete the process. This deletion of the > Qprocess object was the reason to change this in commit 52258212. I posted this information on #9035 and CC'ed Guy who wrote that patch. This way he can test that a fix to #9035 does not bring back the bug that he fixed. Scott