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 c58196e commit 8a26759Copy full SHA for 8a26759
src/daemon/XorgDisplayServer.cpp
@@ -116,10 +116,6 @@ namespace SDDM {
116
if (m_started)
117
return false;
118
119
- // generate auth file
120
- addCookie(m_authPath);
121
- changeOwner(m_authPath);
122
-
123
// create process
124
process = new QProcess(this);
125
@@ -199,6 +195,10 @@ namespace SDDM {
199
195
emit started();
200
196
}
201
197
198
+ // generate auth file
+ addCookie(m_authPath);
+ changeOwner(m_authPath);
+
202
// set flag
203
m_started = true;
204
0 commit comments