Skip to content

Commit 243f2ef

Browse files
committed
Reload configuration after display setup script
In case the setup script changed some settings.
1 parent f083c1e commit 243f2ef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/daemon/XorgDisplayServer.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,9 @@ namespace SDDM {
294294
// wait for finished
295295
if (!displayScript->waitForFinished(30000))
296296
displayScript->kill();
297+
298+
// reload config if needed
299+
mainConfig.load();
297300
}
298301

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

0 commit comments

Comments
 (0)