From 94b63c16f2d3979923bd35b2befd9b4c3284029f Mon Sep 17 00:00:00 2001 From: Vlad Zahorodnii Date: Mon, 22 Feb 2021 18:03:16 +0200 Subject: [PATCH] autotests: Register virtual keyboard service Otherwise the input method test seems to fail with the following error "The name org.kde.kwin.testvirtualkeyboard was not provided by any .service files" --- autotests/integration/inputmethod_test.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/autotests/integration/inputmethod_test.cpp b/autotests/integration/inputmethod_test.cpp index b841331126..a22c64ee47 100644 --- a/autotests/integration/inputmethod_test.cpp +++ b/autotests/integration/inputmethod_test.cpp @@ -57,6 +57,8 @@ private Q_SLOTS: void InputMethodTest::initTestCase() { + QDBusConnection::sessionBus().registerService(QStringLiteral("org.kde.kwin.testvirtualkeyboard")); + qRegisterMetaType(); qRegisterMetaType(); qRegisterMetaType();