From 2ed15a5e0440f7052c027b6cdbe92950ea6bd027 Mon Sep 17 00:00:00 2001 From: vasilito Date: Thu, 9 Jul 2026 23:17:57 +0300 Subject: [PATCH] fix: remove duplicate package keys in redbear-full.toml Python 3.14 tomllib rejects duplicate keys (strict mode). Removed: libxkbcommon (line 121 dup), konsole (line 238 dup), kf6-pty (line 239 dup). All kept at their first declaration. --- config/redbear-full.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config/redbear-full.toml b/config/redbear-full.toml index 2c9e8ba233..6df765715b 100644 --- a/config/redbear-full.toml +++ b/config/redbear-full.toml @@ -118,8 +118,6 @@ wayland-protocols = {} redbear-compositor = {} # Keyboard/input -libxkbcommon = {} -xkeyboard-config = {} libevdev = {} libinput = {} redbear-keymapd = {} @@ -237,8 +235,6 @@ git = "ignore" mc = {} #curl = "ignore" # suppressed: cascade rebuild #git = "ignore" # suppressed: cascade rebuild -konsole = {} -kf6-pty = {} [[files]] path = "/lib/firmware/amdgpu"