mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-06-06 13:53:54 +02:00
fix(single-instance): disable dbus name replacement (#2860)
This commit is contained in:
@@ -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.
|
||||
Reference in New Issue
Block a user