Does BalenaOS core includes a XServer for running GUI applications or these files has to be installed manually?
Thanks
Does BalenaOS core includes a XServer for running GUI applications or these files has to be installed manually?
Thanks
Hey @rlev, you would need to install and start the xserver manually, a good example of this is: https://github.com/balena-io/resin-electronjs
Hey @rlev, you would need to install and start the xserver manually, a good example of this is: https://github.com/balena-io/resin-electronjs
In the repo you pointed out looks like the xserver is installed in the application container (Dockerfile.template).
I was thinking about an approach where the application container use the XServer from the balenaos host.
Does this make sense?
Another potentially better example would be https://github.com/balena-io-playground/x11-window-manager