Closed CicadaSeventeen closed 1 year ago
Some points to consider:
x11docker/xserver
.ssh -X
would need no X server at all on the machine where x11docker runs.So I would not declare a dependeny on Xorg.
At most I would set X server nxagent
to 'recommends'. With rather low dependencies it provides usability on most systems. (It is even useful in ssh -X
setups.)
Thanks
Xorg
is absent when you list your dependencies, so I do not include it into my .deb depends. But it sounds strange that a gui app can run withoutXorg
. This may cause problem if someone install it in the tty-only system. Please confirm for me.