diff --git a/support/gtkstyle.cpp b/support/gtkstyle.cpp index f42a809eb..78fca5822 100644 --- a/support/gtkstyle.cpp +++ b/support/gtkstyle.cpp @@ -118,7 +118,7 @@ static QString runProc(const QString &cmd, const QStringList &args) process->start(cmd, args); QObject::connect(process, SIGNAL(finished(int)), process, SLOT(deleteLater())); - if (process->waitForFinished(100)) { + if (process->waitForFinished(1000)) { QString resp = process->readAllStandardOutput(); resp = resp.trimmed(); resp.remove('\'');