docs: update CONSOLE-TO-KDE-DESKTOP-PLAN.md to v5.6

- qtbase GLES3/KHR header fix
- KWin added to build
- KF6 packages unblocked (all 48 build)
- D-Bus daemon socket binding fixed
- Mesa virgl verified wired
This commit is contained in:
2026-06-21 00:24:15 +03:00
parent 129b08eff9
commit fb146063a7
+12 -2
View File
@@ -1,7 +1,7 @@
# Red Bear OS: Console → Hardware-Accelerated KDE Plasma Desktop
**Version:** 5.5 (2026-06-20)
**Replaces:** v5.4 (2026-06-20)
**Version:** 5.6 (2026-06-20)
**Replaces:** v5.5 (2026-06-20)
**Replaces:** v4.7 (2026-06-20)
**Replaces:** v4.2 (2026-06-19)
**Replaces:** v4.1 (2026-05-04)
@@ -9,6 +9,16 @@
**Replaces:** v3.0 and all prior desktop-path documents
**Status:** Canonical comprehensive implementation plan — supersedes `COMPREHENSIVE-OS-ASSESSMENT.md`, `DESKTOP-STACK-CURRENT-STATUS.md`, and all layer-specific plans.
### What Changed in v5.6 (2026-06-20)
| Change | Impact |
|--------|--------|
| **qtbase GLES3/KHR header fix** | Added fallback to ensure `KHR/khrplatform.h` exists in sysroot for Qt's OpenGL/EGL includes. Fixes build failure where qopengl.h cannot find KHR/khrplatform.h. |
| **KWin added to build** | Uncommented `kwin = {}` in `redbear-full.toml`, added to `PRECOOK_PKGS`. Fixed qtdeclarative `-DQT_FEATURE_qml_profiler=OFF` to unblock KWin's cmake. |
| **KF6 packages unblocked** | Updated 12 blocked KF6 recipes to match cached sources. All 48 KF6 packages now build. |
| **D-Bus daemon socket binding fixed** | Added explicit `--address=unix:path=/run/dbus/system_bus_socket` to dbus-daemon args. Added `before = ["13_redbear-sessiond.service"]` for strict ordering. Fixes sessiond "failed to read from socket" errors. |
| **Mesa virgl verified wired** | All 6 Mesa patches are properly wired. `virtio_gpu_dri.so` builds (17.4MB). Runtime validation pending QEMU test. |
### What Changed in v5.5 (2026-06-20)
| Change | Impact |