-
Notifications
You must be signed in to change notification settings - Fork 67
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
xdg portal on linux does not display dialog. #119
Comments
What do
output? Also if you have flatpack available could you check if file dialogs work in something like ashpd demo: https://flathub.org/apps/com.belmoussaoui.ashpd.demo (you could also build it from source) |
because I needed my programs to work I switched to crate native_dialog which interfaces with zenity. |
Stopped working after upgrading to zvariant v3.14.0:
With zvariant v3.13.0 it works. |
Looks like it is working on master (probably due to ashpd update), could you check if this fixes it for you as well? EDIT: Published as part of 0.11.4 so cargo update should be enough to check no need for master. |
Fixed by v0.11.4. |
Thank you! I'll close this now, @jpercyasnet in case this did not fix the problem for you, feel free to reopen. |
rfd = { version = "^0", default-features = false, features = ["xdg-portal"]}
The dialog does not appear and immediate result of NONE is produced.
Just started in the last few days. Linux Mint 21.1
The text was updated successfully, but these errors were encountered: