From cd29d63533d0ca07f2ed32c1adffc29b03c0e8e5 Mon Sep 17 00:00:00 2001 From: Vasilito Date: Mon, 4 May 2026 01:09:37 +0100 Subject: [PATCH] feat: enable redbear-compositor in redbear-full profile The Wayland compositor was commented out, causing the greeter to fail when trying to launch the UI. With the compositor enabled, the full greeter flow now works: compositor starts, creates Wayland socket, greeter UI launches on VT 3, and Qt6 client connects successfully. --- 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 e3fef1da..284410a7 100644 --- a/config/redbear-full.toml +++ b/config/redbear-full.toml @@ -44,7 +44,7 @@ libdrm = {} libwayland = "ignore" wayland-protocols = {} -# redbear-compositor = {} +redbear-compositor = {} # Keyboard/input # libxkbcommon = {} # build needed