You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tauri-plugins-workspace/.changes/single-instance-dbus-name.md

367 B

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.