Skip to content

Commit 7ed4ab1

Browse files
robxu9plfiorini
authored andcommitted
wait for the display script to complete
Signed-off-by: Pier Luigi Fiorini <pierluigi.fiorini@gmail.com>
1 parent 9a741cf commit 7ed4ab1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/daemon/XorgDisplayServer.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,7 @@ namespace SDDM {
290290
// start display setup script
291291
qDebug() << "Running display setup script " << displayCommand;
292292
displayScript->start(displayCommand);
293+
displayScript->waitForFinished(-1);
293294
}
294295

295296
void XorgDisplayServer::changeOwner(const QString &fileName) {

0 commit comments

Comments
 (0)