Hi, I tested the RPM on Fedora 43 and it looks incomplete.
The package installs these files:
- /usr/local/bin/wbeam
- /usr/local/bin/wbeam-desktop
- /usr/local/bin/wbeam-desktop-tauri
- /usr/local/bin/wbeamd-server
- /usr/local/bin/wbeamd-streamer
- /usr/share/wbeam/host/scripts/...
But commands fail because expected paths are missing:
wbeam android deploy tries to use /usr/share/wbeam/android, but that directory does not exist.
wbeam deps virtual check tries to use /usr/share/wbeam/scripts/virtual-deps-check.sh, but that file does not exist.
Also, wbeam host probe reports:
- evdi.module_available = false
- evdi.module_loaded = false
System:
- Fedora 43
- GNOME Wayland
- Kernel 6.19.11-200.fc43.x86_64
So there seem to be two separate issues:
- the RPM package is missing required runtime files
- evdi is unavailable on this kernel/system
Hi, I tested the RPM on Fedora 43 and it looks incomplete.
The package installs these files:
But commands fail because expected paths are missing:
wbeam android deploytries to use/usr/share/wbeam/android, but that directory does not exist.wbeam deps virtual checktries to use/usr/share/wbeam/scripts/virtual-deps-check.sh, but that file does not exist.Also,
wbeam host probereports:System:
So there seem to be two separate issues: