Skip to content

Commit

Permalink
Reload configuration after display setup script
Browse files Browse the repository at this point in the history
In case the setup script changed some settings.
  • Loading branch information
plfiorini committed Jun 24, 2015
1 parent f083c1e commit 243f2ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/daemon/XorgDisplayServer.cpp
Expand Up @@ -294,6 +294,9 @@ namespace SDDM {
// wait for finished
if (!displayScript->waitForFinished(30000))
displayScript->kill();

// reload config if needed
mainConfig.load();
}

void XorgDisplayServer::changeOwner(const QString &fileName) {
Expand Down

0 comments on commit 243f2ef

Please sign in to comment.