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