Bartłomiej Maryńczak
Bartłomiej Maryńczak
As far as I remember there is no async equivalent of [runmodal](https://developer.apple.com/documentation/appkit/nsapplication/1428436-runmodal) so that's the reason. Also, if you don't have a window there is high chance that you don't...
Yeah if that's the case it should be possible to fix, new `if` branch would be needed for app running but without window, it would still be sync dialog, but...
There was no windows backend changes bettwen those versions: https://github.com/PolyMeilex/rfd/compare/0.12.1...0.13.0 :smile: The only thing that could affect anything windows related is the cargo lock changes, but I don't see anything...
Not going to merge this until #66 is resolved (it is mostly implemented already https://github.com/PolyMeilex/rfd/blob/master/src/backend/linux/zenity.rs but needs to be wired in as a fallback). You'd be surprised how many people...
``` Name : xdg-desktop-portal Version : 1.18.2 Name : xdg-desktop-portal-gtk Version : 1.15.1 Name : xdg-desktop-portal-gnome Version : 45.0 ``` Works fine here. @alerque > The main difference in my...
Zenity is now used as a fallback for broken systems, so this is good to go now! :rocket:
That's unrelated, [Tauri does not use xdp backend](https://github.com/tauri-apps/plugins-workspace/blob/68cb23f9c0722343a79096044122a811fd8cc059/plugins/dialog/Cargo.toml#L28)
How about master? We updated ashpd perhaps that helps somehow
How about now? Either master or new 0.14 XDG Backend now has zenity fallback. And XDG Backend is not the default, without the need to enable any features.
Recently I introduced list of measures in `MidiFile::measures` field, so it should be relatively easy to implement now. We can easily get the current measure by binary searching the list....