Description
Hi @AlexandreDey 👋
Just came across your graphical container project while working on mine - seems like we had the same idea ;)
I put together a graphical frontend for LXD (named "Tins"), but I'm stuck trying to figure out how to forward a full desktop environment to Xephyr (or similar). Any chance you can point me towards the right direction?
Using LXD v3.0.3 on elementary OS 5.1 Hera (Ubuntu 18.04 LTS) with the following profile:
https://github.com/marbetschar/tins/blob/master/data/lxd/profile-x11.json
As mentioned there, if I start a regular X11 application it appears in the Xephyr window (for example firefox) - but sudo systemctl restart gdm
or sudo systemctl stop gdm && sudo gdm
seems to do nothing.
Would highly appreciate it, if you can put together a rought concept of the minimal steps need to be taken to get this working - I already glimpsed at your code, but its quite a lot :)