fix: Oracle round 7 — all kwin_wayland_wrapper references → redbear-compositor

Replaced in:
- config/wayland.toml (session launcher)
- redbear-kde-session (KDE session launcher)
- redbear-greeter-compositor (compositor selection)
- test-kde-session.sh (validation script)
- build-system/003-config.patch (durable reapply patch)
- GREETER-LOGIN-IMPLEMENTATION-PLAN.md
- DBUS-INTEGRATION-PLAN.md

Zero kwin_wayland_wrapper references remaining. Redbear-compositor
is the single Wayland compositor throughout the entire repo.
This commit is contained in:
2026-05-01 01:37:27 +01:00
parent 709fb7fdd1
commit abc6e10a53
6 changed files with 13 additions and 13 deletions
+2 -2
View File
@@ -127,7 +127,7 @@ check_optional_process() {
require_binary redbear-session-launch
require_binary redbear-kde-session
require_binary kwin_wayland_wrapper
require_binary redbear-compositor
rm -rf "$state_dir" "$runtime_dir"
mkdir -p "$state_dir" "$runtime_dir"
@@ -172,7 +172,7 @@ require_env_value "$env_file" XDG_CURRENT_DESKTOP KDE
require_env_value "$env_file" KDE_FULL_SESSION true
require_env_value "$env_file" KWIN_MODE virtual
require_process_pattern '(kwin_wayland_wrapper|redbear-compositor)' COMPOSITOR
require_process_pattern '(redbear-compositor|redbear-compositor)' COMPOSITOR
check_optional_process kded6 'kded6' KDED6
check_optional_process plasmashell 'plasmashell' PLASMASHELL