diff --git a/src/xdgactivationv1.cpp b/src/xdgactivationv1.cpp index 4479b9de41..0e4f2554e5 100644 --- a/src/xdgactivationv1.cpp +++ b/src/xdgactivationv1.cpp @@ -76,6 +76,7 @@ void XdgActivationV1Integration::activateSurface(SurfaceInterface *surface, cons if (!m_currentActivationToken || m_currentActivationToken->token != token) { qCDebug(KWIN_CORE) << "Refusing to activate " << client << " (provided token: " << token << ", current token:" << (m_currentActivationToken ? m_currentActivationToken->token : QStringLiteral("null")) << ")"; + client->demandAttention(); return; }