diff options
| author | Slávek Banko <slavek.banko@axis.cz> | 2016-01-22 02:06:59 +0100 |
|---|---|---|
| committer | Slávek Banko <slavek.banko@axis.cz> | 2016-01-22 02:06:59 +0100 |
| commit | b62b2d3a077be091b693fecb52f65cbc1ac2681e (patch) | |
| tree | 2d444960da8fc9070018398a225bc8af5c21523e /src/main.cpp | |
| parent | ea5e81fbea7b7e5f8fbc9c0603be329d0d7322e9 (diff) | |
| download | ksensors-b62b2d3a077be091b693fecb52f65cbc1ac2681e.tar.gz ksensors-b62b2d3a077be091b693fecb52f65cbc1ac2681e.zip | |
Strictly use autostart-enabled .desktop
This resolves Bug 2577
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
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"); |
