-
Notifications
You must be signed in to change notification settings - Fork 7
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
Unable to open HTTP urls with xdg-open in the container #10
Comments
I'm not sure what One solution is having a browser inside of the container. Previously I tried using the portal to open URLs on the host, which works fine for |
There's epiphany installed in the container already, but VSCode is unable to launch it without |
FWIW, Toolbx is able to handle this by launching a Flatpak on the host system that handles the URL. This has mixed success. For example, it opens the URL with Chromium now that I have Chromium as a Flatpak. Before that, it opened the URL with GNOME Builder. |
This is the recent change btw c6f192e, I just did it because I had to open a lot of |
@TingPing any news on this? |
This is still a problem, and makes |
When using VSCode in the container and clicking to to sign in to GitHub, it tries to open a browser window with
xdg-open
, but it fails to do so.Installing gvfs-backends fixes it. It increases the container size by 58.3 MB.
The text was updated successfully, but these errors were encountered: