summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index e9e7ba6..d41bcb3 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -41,6 +41,9 @@ int main(int argc, char *argv[])
TDEApplication app;
+ // We handle autostart via standard autostart-enabled .desktop file instead of the session manager
+ app.disableSessionManagement();
+
TopLevel toplevel;
KWin::setSystemTrayWindowFor(toplevel.winId(), 0);
toplevel.show();