diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-07-25 02:01:42 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-07-25 02:01:42 -0500 |
commit | 7da06e558a75c035ea881347e9da69ef9ee57927 (patch) | |
tree | 5a1660e25f7f1f82da6ecd15f5557ab9e36986a0 /kmix/KMixApp.cpp | |
parent | 7c4773527abd12669ca3833b96b4f57f2e18d648 (diff) | |
download | tdemultimedia-7da06e558a75c035ea881347e9da69ef9ee57927.tar.gz tdemultimedia-7da06e558a75c035ea881347e9da69ef9ee57927.zip |
Fix kmix autostart
This resolves Bug 503, and re-applies commit 2cc2e3a2 as part of the fix
Diffstat (limited to 'kmix/KMixApp.cpp')
-rw-r--r-- | kmix/KMixApp.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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(); } |