You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am attempting to open a simple dialog via rfd::FileDialog::new().pick_file(). This works on other systems but attempting to run in WSL gives the following error without opening the dialog:
[2024-05-01T02:25:36Z ERROR rfd::backend::xdg_desktop_portal] pick_file error No such file or directory (os error 2)
Using rfd 0.14.1 with no specific features enabled or diabled. xdg-desktop installs available:
I am attempting to open a simple dialog via
rfd::FileDialog::new().pick_file()
. This works on other systems but attempting to run in WSL gives the following error without opening the dialog:Using
rfd
0.14.1 with no specific features enabled or diabled. xdg-desktop installs available:The text was updated successfully, but these errors were encountered: