Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions src/daemon/Display.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -567,10 +567,6 @@ namespace DDM {
auth->setDisplayServerCommand(XorgUserDisplayServer::command(this));
} else {
if (m_displayServerType == DisplayServerType::SingleCompositerServerType) {
#ifdef QT_DEBUG
env.insert("WAYLAND_DEBUG", "1");
#endif

env.insert("DDE_CURRENT_COMPOSITOR", "TreeLand");
}

Expand Down
3 changes: 0 additions & 3 deletions src/helper/singlewaylandhelper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ bool SingleWaylandHelper::start(const QString &compositor, const QString &cmd)
auto env = QProcessEnvironment::systemEnvironment();
env.insert("LIBSEAT_BACKEND", "seatd");
env.insert("DSG_APP_ID", "org.deepin.dde.treeland");
#if DEBUG
env.insert("WAYLAND_DEBUG", "1");
#endif
return env;
}());

Expand Down