Fabian-Lars
Fabian-Lars
The PR is linked right above your comment -> https://github.com/tauri-apps/tauri/pull/9375 We can't backport that exact solution to v1 though because it's a breaking change.
Can you rerun it with the verbose flag like `yarn tauri build --verbose`? Also make sure you installed all the dependencies most notably librsvg2-dev which is used by the appimage...
I honestly forgot most of it too, but yeah, openurls is enough unless we need to respond to the openfile event (tho tbh i've not seen a usecase for that...
That's the idea Amr and Yu-Wei are creating PRs at winit non-stop to get stuff we need implemented in winit so that we hopefully can switch at some point.
> Hopefully with Linux support? To our knowledge the note in the readme is still accurate, at least if we don't want to force users to install gnome extensions. We'd...
Now the only problem left is that ayatana is basically only existent on debian/ubuntu 😅 Most of the other distros, and flatpaks, still use libappindicator. Edit: nvm, libappindicator does seem...
We've broken compatibility with 2120 a few times already anyway ^^
It won't work for the single instance plugin, or at least can't replace the current logic. The single instance plugin on MacOS really only handles when the app is opened...
any console. the contributor(s) iirc had a cli interface for their app in build mode too and that didn't trigger the macos single instance mechanism.
Yeah, i don't think this is possible to solve inside tauri-action in a sane way, but we now have a readme example which uses a different action to make the...