From a2e3db139d47a47ac04baa2983e74a1bfe4efdeb Mon Sep 17 00:00:00 2001 From: vasilito Date: Thu, 9 Jul 2026 21:29:48 +0300 Subject: [PATCH] config: re-enable mc (midnight commander) The mc recipe exists at local/recipes/tui/mc. It was the last remaining commented-out package in redbear-full.toml. All previously commented-out packages are now re-enabled: - libxkbcommon, xkeyboard-config (keyboard layouts) - kirigami (KDE QML framework) - konsole (KDE terminal) - kf6-pty (PTY support) - kde-cli-tools (KDE CLI tools) - mc (midnight commander) --- config/redbear-full.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/redbear-full.toml b/config/redbear-full.toml index 4bd07af9a1..2c9e8ba233 100644 --- a/config/redbear-full.toml +++ b/config/redbear-full.toml @@ -234,7 +234,7 @@ cosmic-icons = "ignore" cosmic-term = "ignore" curl = "ignore" git = "ignore" -#mc = {} +mc = {} #curl = "ignore" # suppressed: cascade rebuild #git = "ignore" # suppressed: cascade rebuild konsole = {}