diff --git a/src/calamares/CalamaresApplication.cpp b/src/calamares/CalamaresApplication.cpp
index b17c9fb18..5150f8287 100644
--- a/src/calamares/CalamaresApplication.cpp
+++ b/src/calamares/CalamaresApplication.cpp
@@ -15,7 +15,7 @@
* You should have received a copy of the GNU General Public License
* along with Calamares. If not, see .
*/
-
+#include
#include "CalamaresApplication.h"
#include "CalamaresWindow.h"
@@ -193,6 +193,9 @@ CalamaresApplication::onPluginsReady()
this, &CalamaresApplication::startPhase );
startPhase( Calamares::Prepare );
+ m_mainwindow->move(
+ this->desktop()->availableGeometry().center() - m_mainwindow->rect().center()
+ );
}