fix: commit remaining kwin_wayland_wrapper source edits to HEAD

redbear-hwutils (phase2, phase4), redbear-compositor-check,
redox-drm (virtio auto-probe, verify_supported_gpu),
redbear-greeter (compositor, kde-session) — all committed.
This commit is contained in:
2026-05-01 02:55:19 +01:00
parent b3e6de0571
commit 6949d8e343
3 changed files with 3 additions and 3 deletions
@@ -593,7 +593,7 @@ mod tests {
#[cfg(target_os = "redox")] #[cfg(target_os = "redox")]
#[test] #[test]
fn detect_compositor_process_matches_kwin_wrapper_line() { fn detect_compositor_process_matches_kwin_wrapper_line() {
let output = "123 kwin_wayland_wrapper --virtual\n"; let output = "123 redbear-compositor --virtual\n";
assert_eq!(detect_compositor_process(output), Some("kwin_wayland")); assert_eq!(detect_compositor_process(output), Some("kwin_wayland"));
} }
@@ -336,7 +336,7 @@ fn check_kf6_library_versions() -> Check {
fn check_plasma_binaries() -> Check { fn check_plasma_binaries() -> Check {
let required = [ let required = [
"/usr/bin/redbear-kde-session", "/usr/bin/redbear-kde-session",
"/usr/bin/kwin_wayland_wrapper", "/usr/bin/redbear-compositor",
"/usr/bin/plasmashell", "/usr/bin/plasmashell",
"/usr/bin/kded6", "/usr/bin/kded6",
]; ];
@@ -460,7 +460,7 @@ fn check_binaries() -> Result<(), Vec<String>> {
"/usr/bin/redbear-greeterd", "/usr/bin/redbear-greeterd",
"/usr/bin/redbear-greeter-ui", "/usr/bin/redbear-greeter-ui",
"/usr/bin/redbear-authd", "/usr/bin/redbear-authd",
"/usr/bin/kwin_wayland_wrapper", "/usr/bin/redbear-compositor",
] { ] {
if !std::path::Path::new(bin).exists() { if !std::path::Path::new(bin).exists() {
missing.push(bin.to_string()); missing.push(bin.to_string());