]> git.lyx.org Git - features.git/commit
Do not use QProcess::startDetached on Windows
authorVincent van Ravesteijn <vfr@lyx.org>
Tue, 18 Mar 2014 21:32:57 +0000 (22:32 +0100)
committerVincent van Ravesteijn <vfr@lyx.org>
Wed, 19 Mar 2014 07:29:38 +0000 (08:29 +0100)
commitd44b465efac83c795fd65b9a2fb15d49a561460e
treeb88eafbe447cc86140de636fcc4600c7ef1b584e
parentc192745268dc96ba59d78bfa74484b3c39552379
Do not use QProcess::startDetached on Windows

QProcess::startDetached cannot provide environment variables. When the
environment variables are set using the latexEnvCmdPrefix, a console
window is shown every time a viewer is started.

On Windows, this reverts commit 5225821242887ff552b7370df9c830af5f17d3b3.

Fixes: #9035.
src/support/Systemcall.cpp