Disable session management in tdeio slaves

This relates to Bug 760
pull/1/head
Timothy Pearson 11 years ago
parent 601a5c5fab
commit 0ea7b1e865

@ -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;

Loading…
Cancel
Save