fix(single-instance): unconventional dbus names (fixes #3184) (#3194)

Co-authored-by: FabianLars <github@fabianlars.de>
Co-authored-by: Amr Bashir <github@amrbashir.me>
This commit is contained in:
Demir Yerli
2026-02-04 01:36:48 +03:00
committed by GitHub
parent 50b159f668
commit 98e2c11eef
9 changed files with 114 additions and 51 deletions
+4
View File
@@ -59,6 +59,10 @@ fn main() {
Note that currently, plugins run in the order they were added in to the builder, so make sure that this plugin is registered first.
## Usage with Flatpak/Snap
If you use Flatpak/Snap to publish your package and your Tauri identifier doesn't match the package id, set the `DBUS_ID` variable using the builder for the plugin, look at example.
## Contributing
PRs accepted. Please make sure to read the Contributing Guide before making a pull request.