docker-x11-xpra
docker-x11-xpra copied to clipboard
xpra not starting
The container stops immediately with the following log
2020-07-18 10:47:13,122 Warning: failed to create script directory '/run/user/1000/xpra':
2020-07-18 10:47:13,122 [Errno 2] No such file or directory: '/run/user/1000/xpra'
2020-07-18 10:47:13,122 ($XDG_RUNTIME_DIR has not been created?)
Entering daemon mode; any further errors will be reported to:
/tmp/:100.log
cp: cannot stat '/home/user/.xpra/run-xpra': No such file or directory
For now removed xpra alltogether. The Dockerfile with xpra is in the branch ssh+xpra
If your environment doesn't have a valid XDG_RUNTIME_DIR, you should modify the xpra config to use a different directory. (ie: tmp)
/home/user/.xpra/run-xpra was removed quite a while back.
Thanks @totaam , if you could make a pull request against the ssh+xpra branch, this would be very cool