-
Notifications
You must be signed in to change notification settings - Fork 373
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
[Rerun Viewer] Save blueprint... doesn't open file dialog inside Docker container. #6794
Comments
Okay, I'm not familiar at all with Rust but I compiled from source and found out that if I change the
a file dialog opens. So it seems to work if the backend is |
Okay, I've noticed that changing the
allows the file dialog to open just fine inside the container while still using |
Bumping |
Okay, will do. After some more testing I noticed that rfd version 0.14.1 works because of PolyMeilex/rfd@ad3cdef which added a zenity fallback for xdg-portal. So I additionally need to have zenity installed inside my Docker container (which I don't mind). |
Describe the bug
I have a VS Code Dev Container set up with Rerun. Everything works fine except for the fact that any action inside the Rerun viewer that normally opens a file dialog does nothing.
To Reproduce
Steps to reproduce the behavior:
.devcontainer/devcontainer.json
:.devcontainer/dockerfile
:.devcontainer/initialize_command
:> Dev Containers: Reopen in Container
rerun
Expected behavior
When triggering an action inside the Rerun viewer that normally opens up a file dialog, e.g. "Save blueprint..." or "Open...", a file dialog should open up.
Actual behavior
No file dialog opens up. The action simply fails silently.
Desktop:
Output of
lsb_release -a
:Rerun version
Additional context
Output inside the terminal when starting Rerun:
The text was updated successfully, but these errors were encountered: