docs: DBUS + BOOT consistency — KWin stub language

This commit is contained in:
2026-04-29 14:25:56 +01:00
parent 188707dd5b
commit 3f732fa4be
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
| Profile | Required boot outcome | Current state | Gap | | Profile | Required boot outcome | Current state | Gap |
|---------|----------------------|---------------|-----| |---------|----------------------|---------------|-----|
| `redbear-full` | **Graphical Wayland greeter → KDE desktop session** | Text login only; KWin uses virtual backend | Three blockers | | `redbear-full` | **Graphical Wayland greeter → KDE desktop session** | Text login only; KWin stub wrapper delegates to redbear-compositor | Three blockers |
| `redbear-mini` | **Text login** | ✅ Working | None | | `redbear-mini` | **Text login** | ✅ Working | None |
| `redbear-grub` | **Text login** | ✅ Working | None | | `redbear-grub` | **Text login** | ✅ Working | None |
+1 -1
View File
@@ -527,7 +527,7 @@ APIs, which relibc provides.
- [ ] `redbear-sessiond` starts and registers on system bus - [ ] `redbear-sessiond` starts and registers on system bus
- [ ] `login1.Manager.ListSessions` returns valid data - [ ] `login1.Manager.ListSessions` returns valid data
- [ ] KWin can call `TakeDevice` for DRM and input devices - [ ] KWin can call `TakeDevice` for DRM and input devices
- [ ] KWin registers `org.kde.KWin` on session bus - [ ] KWin stub recipe provides cmake configs; real KWin D-Bus registration gated on Qt6Quick
- [ ] `org.kde.KWin.supportInformation` returns a non-empty string - [ ] `org.kde.KWin.supportInformation` returns a non-empty string
- [ ] KWin runs for 60+ seconds without crash - [ ] KWin runs for 60+ seconds without crash