Replies: 1 comment 2 replies
-
I would expect any UI app to have its dependencies set up this way. E.g., when you install There is also the Are you looking for a way to use graphical apps locally with the Dev Containers extension or also with Codespaces? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am wondering what is the intended way to configure a devcontainer to run graphical apps? I noticed that VSCode supports automatically mounting a Wayland socket. But there is no easy tutorial that I can find.
I use
mcr.microsoft.com/devcontainers/base:ubuntu
and I believe I got X11 forwarding to work by installing a bunch of X11 packages, but is that really the right way to do it?I found this list of packages somewhere online and I've no idea what's what... but it worked.
Seems like there's got to be a better way to do it? Using a devcontainer feature?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions