Skip to content
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

File dialog doesn't open inside Docker container for version 0.12 #206

Open
Tuntenfisch opened this issue Jul 8, 2024 · 0 comments
Open

Comments

@Tuntenfisch
Copy link

Tuntenfisch commented Jul 8, 2024

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:

  1. Was there a reason for updating ashpd?
  2. 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...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant