Bug 2406901
| Summary: | please add libwayland-server to niri dependencies | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | gmankab |
| Component: | niri | Assignee: | Fabio Valentini <decathorpe> |
| Status: | CLOSED ERRATA | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 43 | CC: | decathorpe, rust-sig |
| Target Milestone: | --- | Keywords: | Desktop |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | niri-25.08-2.fc44 niri-25.08-2.fc43 niri-25.08-2.fc42 niri-25.08-2.fc41 | Doc Type: | --- |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2025-10-30 22:36:37 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
Thanks for the report! That's the downside of dlopen'ing shared libraries instead of linking them ... You need to figure out all the ones that are dlopen'd and list them manually as dependencies. Shared libraries that are linked would be detected and added as dependencies automatically :( Do you know whether any other shared libraries need to be explicitly there for "dlopen" purposes, or is it just libwayland-server? FEDORA-2025-8e52a4acbc (niri-25.08-2.fc44) has been submitted as an update to Fedora 44. https://bodhi.fedoraproject.org/updates/FEDORA-2025-8e52a4acbc FEDORA-2025-8e52a4acbc (niri-25.08-2.fc44) has been pushed to the Fedora 44 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2025-a994a2ef05 (niri-25.08-2.fc41) has been submitted as an update to Fedora 41. https://bodhi.fedoraproject.org/updates/FEDORA-2025-a994a2ef05 FEDORA-2025-13d82672fc (niri-25.08-2.fc42) has been submitted as an update to Fedora 42. https://bodhi.fedoraproject.org/updates/FEDORA-2025-13d82672fc FEDORA-2025-28e5143f19 (niri-25.08-2.fc43) has been submitted as an update to Fedora 43. https://bodhi.fedoraproject.org/updates/FEDORA-2025-28e5143f19 FEDORA-2025-13d82672fc has been pushed to the Fedora 42 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2025-13d82672fc` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2025-13d82672fc See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2025-28e5143f19 has been pushed to the Fedora 43 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2025-28e5143f19` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2025-28e5143f19 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2025-a994a2ef05 has been pushed to the Fedora 41 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2025-a994a2ef05` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2025-a994a2ef05 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2025-28e5143f19 (niri-25.08-2.fc43) has been pushed to the Fedora 43 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2025-13d82672fc (niri-25.08-2.fc42) has been pushed to the Fedora 42 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2025-a994a2ef05 (niri-25.08-2.fc41) has been pushed to the Fedora 41 stable repository. If problem still persists, please make note of it in this bug report. |
niri not starts after installation because of missing libwayland-server dependency please add libwayland-server to dependencies Reproducible: Always Steps to Reproduce: 1. toolbox enter 2. sudo dnf install niri 3. niri 3. sudo dnf install libwayland-server 4. niri Actual Results: ``` > niri 2025-10-28T19:05:51.518431Z INFO niri: starting version 25.08 2025-10-28T19:05:51.533308Z DEBUG niri_config: loaded config from "/var/home/user/.config/niri/config.kdl" thread 'main' panicked at src/main.rs:166:34: called `Result::unwrap()` on an `Err` value: NoWaylandLib stack backtrace: note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace. ``` Expected Results: niri should start