Advance redbear-full Wayland, greeter, and Qt integration

Consolidate the active desktop path around redbear-full while landing the greeter/session stack and the runtime fixes needed to keep Wayland and KWin bring-up moving forward.
This commit is contained in:
2026-04-19 17:59:58 +01:00
parent 370d27f44d
commit 9880e0a5b2
137 changed files with 14176 additions and 2016 deletions
+2 -2
View File
@@ -6,7 +6,7 @@
#
# Options:
# --check Run non-interactively, exit 0 on pass, 1 on fail
# --config CONFIG Build config to test (default: redbear-kde)
# --config CONFIG Build config to test (default: redbear-full)
#
# --check mode boots the image, waits for the login prompt, then sends D-Bus
# validation commands via the serial console. Output is captured and parsed.
@@ -28,7 +28,7 @@
set -euo pipefail
CHECK_MODE=0
CONFIG_NAME="redbear-kde"
CONFIG_NAME="redbear-full"
while [[ $# -gt 0 ]]; do
case "$1" in