You can add x11 to your incus containers to allow you to run GUI apps inside them. Caveats here:
- This is assuming you're using :0 (X0) as your display
- You may need to adjust permissions if you use a different uid/gid in your container
- You may need to use xauth or modify xhost ("xhost +" will work but not recommended for long term)
- The X0 socket is being added as abstract, meaning you won't actually see it if you list files in /tmp/.X11-unix. This is expected, and X11 should still function.