Skip to content

Commit f104ac4

Browse files
Don't set the DISPLAY environment to the process that starts the dislay.
1 parent c1d1c0c commit f104ac4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/daemon/XorgDisplayServer.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ namespace SDDM {
151151
} else {
152152
// set process environment
153153
QProcessEnvironment env = QProcessEnvironment::systemEnvironment();
154-
env.insert("DISPLAY", m_display);
155154
env.insert("XAUTHORITY", m_authPath);
156155
env.insert("XCURSOR_THEME", mainConfig.Theme.CursorTheme.get());
157156
process->setProcessEnvironment(env);

0 commit comments

Comments
 (0)