-
protocol7-core-v5.5.3 Stable
released this
2026-06-26 01:36:00 +02:00 | 26 commits to main since this releaseProtocol 7 Core ~ Changelog
v5.5.3 (2026-06-25)
protocol7-core 5.5.3-1 ~ lainos-dbus-bridge init script fix
Fixed incorrect PID file path causing false "crashed" status in
rc-status.Problem:
OpenRC tracked the service PID at/run/lainos-dbus-bridge.pid, but the daemon wrote its PID file to/run/openrc/lainos-dbus-bridge.pid. This mismatch causedrc-statusto report[ crashed ]even though the daemon was running correctly. Steam and other D-Bus clients would fail to launch until a manualrc-service lainos-dbus-bridge restart.Fix:
- Changed
pidfilefrom/run/lainos-dbus-bridge.pidto/run/openrc/lainos-dbus-bridge.pid - Increased
start_stop_daemon_args--waitfrom100to500ms, giving the daemon adequate time to fork and write its PID before OpenRC checks status
Result:
lainos-dbus-bridgenow reports[ started ]correctly after boot. No manual restart required. Steam and other logind-dependent applications launch normally.Downloads
- Changed