From 7da06e558a75c035ea881347e9da69ef9ee57927 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 25 Jul 2012 02:01:42 -0500 Subject: Fix kmix autostart This resolves Bug 503, and re-applies commit 2cc2e3a2 as part of the fix --- kmix/KMixApp.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'kmix/KMixApp.cpp') diff --git a/kmix/KMixApp.cpp b/kmix/KMixApp.cpp index d1df895b..10e7b6ae 100644 --- a/kmix/KMixApp.cpp +++ b/kmix/KMixApp.cpp @@ -28,6 +28,8 @@ KMixApp::KMixApp() : KUniqueApplication(), m_kmix( 0 ) { + // We handle autostart via standard autostart-enabled .desktop file instead of the session manager + disableSessionManagement(); } -- cgit v1.2.1