fix(single-instance): disable dbus name replacement (#2860)

This commit is contained in:
Nick Müller
2025-07-20 21:05:09 +00:00
committed by GitHub
parent 708fa4e2b7
commit 6f345870df
4 changed files with 20 additions and 37 deletions
+6
View File
@@ -0,0 +1,6 @@
---
"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.