[Bug]: Can't install on rpm-ostree (e.g. Fedora Silverblue)
Author: LuitCreated Aug 19, 2026Updated Sep 19, 2026
Labelstype: bugneeds: triage
Pre-flight checklist
- I searched existing issues and this is not a duplicate.
- I am on the latest release or a recent
masterbuild. - I quit Logi Options+ before running OpenLogi (the two apps fight over HID++ access and only one can own a receiver at a time).
Which part of OpenLogi?
Both
OpenLogi version
0.7.1
Operating system
Linux
OS version & architecture
Fedora Linux 44 (Silverblue)
Device model
MX Master 3
How is the device connected?
Other / not sure
Affected area(s)
- Device discovery / detection
- Button remapping
- DPI control
- SmartShift
- Per-application profiles
- Battery status
- Settings / configuration (TOML)
- Auto-update
- Menu bar / tray
- Other
What happened?
I'm trying to install OpenLogi on Fedora Silverblue, an rpm-ostree based OS, and the postinstall script breaks on trying to run udevadm.
rpm-ostree(openlogi.post)[95511]: Failed to send reload request: No such file or directoryTo work around this, I found an example in the wireshark.spec that runs udevadm only if /run/udev/control is a socket. Could this be added?
Steps to reproduce
rpm-ostree install ./openlogi-v0.7.1-linux-amd64.rpmDiagnostics report
openlogi list output
Logs
macOS permissions (if applicable)
- OpenLogi has Accessibility permission (needed to remap buttons via the event tap).
- OpenLogi has Input Monitoring permission (needed for Bluetooth-direct devices and capture).
Source: AprilNEA/OpenLogi