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'm using Rerun which is using rfd version 0.12 to open file dialogs. Specifically it is using:
rfd = { version = "0.12", default-features = false, features = ["xdg-portal"] }
I've created an issue (rerun-io/rerun#6794) there, and after some digging I found out that the problem is with rfd being unable to open a file dialog inside the Docker container using xdg-portal as a backend. I'm aware that rfd version 0.14.1 has a zenity fallback but bumping the rfdversion from 0.12 to 0.14.1 caused quiite a few duplicated dependencies as became apparent in a pull request (rerun-io/rerun#6795) I've opened up inside the Rerun repository.
The duplicates are probably connected to rfd updating ashpd to version 0.8 in a88718e. My questions now are:
Was there a reason for updating ashpd?
Does anyone have an idea how I can get rfd version 0.12 with xdg-portal to work inside a Docker container? I've been trying stuff for a couple of days now without success...
The text was updated successfully, but these errors were encountered:
I'm using Rerun which is using
rfd
version 0.12 to open file dialogs. Specifically it is using:I've created an issue (rerun-io/rerun#6794) there, and after some digging I found out that the problem is with
rfd
being unable to open a file dialog inside the Docker container using xdg-portal as a backend. I'm aware thatrfd
version 0.14.1 has a zenity fallback but bumping therfd
version from 0.12 to 0.14.1 caused quiite a few duplicated dependencies as became apparent in a pull request (rerun-io/rerun#6795) I've opened up inside the Rerun repository.The duplicates are probably connected to
rfd
updatingashpd
to version 0.8 in a88718e. My questions now are:ashpd
?rfd
version 0.12 with xdg-portal to work inside a Docker container? I've been trying stuff for a couple of days now without success...The text was updated successfully, but these errors were encountered: