sagemathinc / cocalc-docker

DEPRECATED (was -- Docker setup for running CoCalc as downloadable software on your own computer)
https://cocalc.com
Other
398 stars 103 forks source link

x11/xpra: disable starting anything #170

Open haraldschilly opened 1 year ago

haraldschilly commented 1 year ago

this should be run after installing xpra:

sed -i 's/\(^start = .*$\)/#\1/' /etc/xpra/conf.d/60_server.conf

Originally posted by @haraldschilly in https://github.com/sagemathinc/cocalc/issues/6148#issuecomment-1359859996