From f46cec2275b6610d107ca1e25eb0aa81c8ca5dd2 Mon Sep 17 00:00:00 2001 From: vasilito Date: Thu, 9 Jul 2026 21:28:10 +0300 Subject: [PATCH] kwin: enable KCMS+GlobalShortcuts (5/7 subsystems now ON) KCMS requires kf6-kcmutils (recipe exists, builds). GlobalShortcuts requires kf6-kglobalaccel + kglobalacceld (recipes exist, build). KWin subsystems status: - ON: tabbox, notifications, runners, kcms, globalshortcuts (5) - OFF: x11 (no X11), screenlocker (needs plasma-workspace/libKScreenLocker) --- local/recipes/kde/kwin/recipe.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/local/recipes/kde/kwin/recipe.toml b/local/recipes/kde/kwin/recipe.toml index 663a9e503f..04f79d07c9 100644 --- a/local/recipes/kde/kwin/recipe.toml +++ b/local/recipes/kde/kwin/recipe.toml @@ -96,10 +96,10 @@ cmake "${COOKBOOK_SOURCE}" \ -DBUILD_TESTING=OFF \ -DBUILD_QCH=OFF \ -DKWIN_BUILD_X11=OFF \ - -DKWIN_BUILD_KCMS=OFF \ + -DKWIN_BUILD_KCMS=ON \ -DKWIN_BUILD_SCREENLOCKER=OFF \ -DKWIN_BUILD_TABBOX=ON \ - -DKWIN_BUILD_GLOBALSHORTCUTS=OFF \ + -DKWIN_BUILD_GLOBALSHORTCUTS=ON \ -DKWIN_BUILD_RUNNERS=ON \ -DKWIN_BUILD_NOTIFICATIONS=ON \ -Wno-dev 2>&1