Fabian-Lars
Fabian-Lars
> Edit to add – I also tried the back-port of https://github.com/tauri-apps/tauri/pull/9865 but it is not part of a v1.x release yet, and I couldn’t figure out the correct invocation...
If you use the signCommand config you can remove beforeBundleCommand. Tauri will use the signCommand for everything that needs to be signed, including the inner executable.
Only got a workaround for v2: Remove the tray config from tauri.conf.json (if any) and from wherever you currently have it and init the tray later in [RunEvent::Ready](https://docs.rs/tauri/2.0.0-beta.23/tauri/enum.RunEvent.html#variant.Ready). General RunEvent...
Yeah thanks, I did quite a bit of testing for the same issue in the tray-icon repo and can reproduce it consistently (though I'll have to look up my notes...
Just got back from vacation so i never tested the changes. I'll do so later today but i have a feeling that it works for my reproduction/research and that there's...
Okay so my reproduction from back then doesn't work anymore so at least that was fixed by Lucas' changes. I'm not sure what else could trigger this now... Your branch...
No, this issue doesn't seem to be specific to that plugin so i left the workaround branch untouched. Maybe i'll merge it into the main branches as a temporary solution...
Can someone who can reliably reproduce this on Windows or Linux try the event-crash branch? It has a small commit that fixes @0rvar's macOS issue on my macbook and i'd...
Yeah, it's def not a proper fix. The underlying issue is still there but i don't think _i_ will be able to find it so i just added back the...
> (actually we should just go with Fabian-Lars' fix) I'm not sure if it actually fixes anything because i'm having trouble to reproduce this issue again with and without that...