We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ed4ab1 commit f083c1eCopy full SHA for f083c1e
src/daemon/XorgDisplayServer.cpp
@@ -290,7 +290,10 @@ namespace SDDM {
290
// start display setup script
291
qDebug() << "Running display setup script " << displayCommand;
292
displayScript->start(displayCommand);
293
- displayScript->waitForFinished(-1);
+
294
+ // wait for finished
295
+ if (!displayScript->waitForFinished(30000))
296
+ displayScript->kill();
297
}
298
299
void XorgDisplayServer::changeOwner(const QString &fileName) {
0 commit comments