diff options
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/src/main.cpp b/src/main.cpp index 035b0fc..708db35 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -56,6 +56,8 @@ int main(int argc, char *argv[])    if(!KUniqueApplication::start())  return 0;    KUniqueApplication a; +  // We handle autostart via standard autostart-enabled .desktop file instead of the session +  a.disableSessionManagement();    TDEConfig *cfg= kapp->config();    cfg->setGroup("General"); | 
