mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-22 16:37:28 +00:00
revert unwanted change.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29629 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
54aefd360c
commit
bff46f987c
@ -60,8 +60,6 @@ int Systemcall::startscript(Starttype how, string const & what)
|
||||
#else
|
||||
QString cmd = QString::fromLocal8Bit(what.c_str());
|
||||
QProcess * process = new QProcess;
|
||||
cmd.replace("python", "python2.5");
|
||||
cmd.prepend("/usr/bin/");
|
||||
process->start(cmd);
|
||||
if (!process->waitForStarted(1000)) {
|
||||
LYXERR0("Qprocess " << cmd << " did not start!");
|
||||
|
Loading…
x
Reference in New Issue
Block a user