Hi! The old Kwintv uses: QByteArray data; m_bHaveKDESaver = kapp->dcopClient()->findObject("kdesktop", "KScreensaverIface", "enable(bool)", data, m_screenSaverApp, m_screenSaverObj); to detect whether there is a KDE screensaver available. This used to work fine. But recently I noticed, that it obviously doesn't anymore(and thus the screensaver, isn't disabled anymore). findObject() apparently doesn't return true anymore, even though the dcop object exists. So, has dcop/dcopclient changed in an incompatible way? Greets Michael