From e9c72e4e6217732a8621023e5b9b4049cc7c9d7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Fl=C3=B6ser?= Date: Tue, 27 Feb 2018 18:17:53 +0100 Subject: [PATCH] [autotests] Set breeze icon theme name in integration tests This is an attempt to get some tests failing on the CI due to not finding icons fixed. See T8082 --- autotests/integration/kwin_wayland_test.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/autotests/integration/kwin_wayland_test.cpp b/autotests/integration/kwin_wayland_test.cpp index 1ff183aa0d..6bacd59e33 100644 --- a/autotests/integration/kwin_wayland_test.cpp +++ b/autotests/integration/kwin_wayland_test.cpp @@ -48,6 +48,7 @@ WaylandTestApplication::WaylandTestApplication(OperationMode mode, int &argc, ch : Application(mode, argc, argv) { QStandardPaths::setTestModeEnabled(true); + QIcon::setThemeName(QStringLiteral("breeze")); #ifdef KWIN_BUILD_ACTIVITIES setUseKActivities(false); #endif