summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-08-08 15:44:03 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-08-08 15:44:03 -0500
commit0ea7b1e865059b55020c6b8b56ed958f0106a6b6 (patch)
treea9cb0b5c4eaede746aeee7c0c7b252f824b1b7da
parent601a5c5fab647803320820a2a217775e6c2d77ed (diff)
downloadtdemultimedia-0ea7b1e865059b55020c6b8b56ed958f0106a6b6.tar.gz
tdemultimedia-0ea7b1e865059b55020c6b8b56ed958f0106a6b6.zip
Disable session management in tdeio slaves
This relates to Bug 760
-rw-r--r--tdeioslave/audiocd/audiocd.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/tdeioslave/audiocd/audiocd.cpp b/tdeioslave/audiocd/audiocd.cpp
index 5d1e54a8..efd7dc14 100644
--- a/tdeioslave/audiocd/audiocd.cpp
+++ b/tdeioslave/audiocd/audiocd.cpp
@@ -78,11 +78,10 @@ int kdemain(int argc, char ** argv)
// TDEApplication uses libkcddb which needs a valid kapp pointer
// GUIenabled must be true as libkcddb sometimes wants to communicate
// with the user
- putenv(strdup("SESSION_MANAGER="));
TDEApplication::disableAutoDcopRegistration();
TDECmdLineArgs::init(argc, argv, "tdeio_audiocd", 0, 0, 0, 0);
TDECmdLineArgs::addCmdLineOptions(options);
- TDEApplication app(false, true);
+ TDEApplication app(false, true, false);
kdDebug(7117) << "Starting " << getpid() << endl;