Fabian-Lars
Fabian-Lars
No idea if the ping in the pr worked so i'll add another message here, can you check if this pr fixes it? https://github.com/tauri-apps/tauri/pull/6046
When we renamed the package names in the metadata file somewhere around v1.3 you could spawn even more windows. Everytime you restarted it, the amount of windows ~doubled. But yeah,...
Reopening because it's a really weird situation which needs some clarification (in the docs) or even better a change in behavior.
Maybe the menu apis should be on the App|Handle on macos for v2 instead? A bit more annoying to use cross-platform wise but at least it's clear what's happening, and...
The `.tauri-settings` file doesn't exist anymore, that one was for our own permissions prompt (which lead to duplicate prompts and was therefore removed)
Nope, the permissions/notifications on macos are generally quite wonky (in a tauri context), and for _some_ reason it seems to be gotten worse in recent tauri versions. I don't have...
This sounds like the most relevant upstream issue https://github.com/h4llow3En/mac-notification-sys/issues/33
Oh! Nice finding! Can you check in the system permissions settings if you disabled Notifications for the Terminal application?
imo, no. the page you linked is a copy paste from the v1 docs. I think this PR is more relevant in resolving this issue https://github.com/tauri-apps/tauri-docs/pull/1791 - it also removes...
I updated the v1 docs for x64/aarch64 builds, together with the already existing mention of the universal target in the building guide i assume this is enough.