Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 367 Bytes

File metadata and controls

6 lines (5 loc) · 367 Bytes
single-instance patch

Fix D-Bus name replacement logic on Linux to prevent multiple instances from acquiring the same well-known name.
This patch updates the zbus dependency to the latest compatible version (^5.9) and explicitly sets RequestNameFlags to ensure a second instance fails to acquire the D-Bus name when another one is already running.