diff --git a/autotests/wayland/kwin_wayland_test.cpp b/autotests/wayland/kwin_wayland_test.cpp index e70301609f..89b8f02e9b 100644 --- a/autotests/wayland/kwin_wayland_test.cpp +++ b/autotests/wayland/kwin_wayland_test.cpp @@ -42,6 +42,7 @@ static void readDisplay(int pipe); WaylandTestApplication::WaylandTestApplication(int &argc, char **argv) : Application(OperationModeXwayland, argc, argv) { + qputenv("KWIN_COMPOSE", QByteArrayLiteral("O2")); WaylandServer *server = WaylandServer::create(this); QPluginLoader loader(QStringLiteral(KWINBACKENDPATH)); loader.instance()->setParent(server);