SVN commit 1217835 by aseigo: use DesktopCorona for this M +1 -1 controllerwindow.cpp --- trunk/KDE/kdebase/workspace/plasma/desktop/shell/controllerwindow.cpp #1217834:1217835 @@ -229,7 +229,7 @@ if (!moved) { // set it to the bottom of the screen as we have no better hints to go by - QRect geom = QApplication::desktop()->availableGeometry(screen()); + QRect geom = PlasmaApp::self()->corona()->availableScreenRect(m_screen); setGeometry(geom.x(), geom.bottom() - height(), geom.width(), height()); } } else {