--- kdelibs-4.4.2/kdecore/io/kdebug.cpp~ 2010-03-29 14:31:37.000000000 +0400 +++ kdelibs-4.4.2/kdecore/io/kdebug.cpp 2010-03-31 14:55:01.000000000 +0400 @@ -382,7 +382,7 @@ struct KDebugPrivate } config = new KConfig(QLatin1String("kdebugrc"), KConfig::NoGlobals); - m_disableAll = config->group(QString()).readEntry("DisableAll", false); + m_disableAll = config->group(QString()).readEntry("DisableAll", true); } return config; }