From efe86cbb1cf8268b81aee0c8fb72810f00bef599 Mon Sep 17 00:00:00 2001 From: Marco Mattiolo Date: Sun, 30 Nov 2025 11:25:40 +0100 Subject: [PATCH] CMakeLists.txt: require KWindowSystem if that's not installed at run-time, plasma-mobile shell opens without top/bottom bars and the following is logged in journal: nov 30 10:34:27 mobian plasmashell[4763]: QQmlComponent: Component is not ready nov 30 10:34:27 mobian plasmashell[4763]: kf.plasma.quick: "file:///usr/share/plasma/shells/org.kde.plasma.mobileshell/contents/views/Panel.qml" nov 30 10:34:27 mobian plasmashell[4763]: "Error loading QML file.\n15: module \"org.kde.kwindowsystem\" is not installed\n" --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9b55cdbc..6b410287 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -76,6 +76,7 @@ find_package(KF6 ${KF6_MIN_VERSION} REQUIRED COMPONENTS KCMUtils Package JobWidgets + WindowSystem ) find_package(Plasma CONFIG REQUIRED)