Open matthias-stemmler opened 3 weeks ago
The simplest solution would be to use xdg-portal
feature instead of gtk3
.
@PolyMeilex The docs sounded like AsyncMessageDialog
was only available under gtk3
, not xdg-portal
:
The XDG Desktop Portal has no API for message dialogs, so the MessageDialog and AsyncMessageDialog structs will not build with this backend.
Anyway, I'm using this through Tauri, which uses gtk3
. It's not an issue for me at the moment, just wanted to let you know.
Minimal reproducing example:
Run
cargo run
and cancel the dialog:Then the process crashes with the following message: