-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[choreo] Upgrade to Tauri v2 #489
base: main
Are you sure you want to change the base?
Conversation
The app has the following issues on my Linux machine:
Issue 1 is happening for me with 2024.2.2 as well, so it's probably not Tauri v2 causing it. If someone confirms neither of these issues occurs on Windows, I'm OK with merging this PR. |
3b8ce57
to
f410383
Compare
Issue 1 was reproduced on Windows but not issue 2. |
46fa6f0
to
a58b1d5
Compare
29b0888
to
f8eb257
Compare
06cf02c
to
7386e72
Compare
a06664d
to
b440e96
Compare
63df449
to
71935df
Compare
ed91bd8
to
54d007c
Compare
d6b078a
to
f51b127
Compare
4f69875
to
b698298
Compare
b6bbe01
to
0a1f812
Compare
cf26c21
to
db63523
Compare
Minimum reproducible example for crash on exit
Any use of a dialog from TypeScript will cause the application to crash on exit. If one isn't opened, the app does not crash. Fixes for crash on exitThe plumbing may be worse, but we could try opening dialogs from Rust instead: https://v2.tauri.app/plugin/dialog/#rust tauri-dialog transitively uses gtk-rs for GTK bindings, which is no longer maintained: PolyMeilex/rfd#227. As for other backend options:
Fixes for file open dialog crashing on escape pressThis was reported in PolyMeilex/rfd#219 and fixed upstream. The fix hasn't appeared in a release yet. |
aa346e4
to
ca99647
Compare
ca99647
to
9927566
Compare
Fixes #453.