xfce-test icon indicating copy to clipboard operation
xfce-test copied to clipboard

Error in xfce-test start for arch based distros

Open stergem opened this issue 4 years ago • 1 comments

The error is related to /etc/timezone and fails to start. It starts if line 489 DOCKER_MODES="${DOCKER_MODES} --volume /etc/timezone:/etc/timezone" in xfce-test.sh is commented out. Don't know if there is any functionality loss.

stergem avatar Mar 22 '21 19:03 stergem

Shouldn't be a problem to comment it out. In the archlinux support PR, I have added a simple if-statement in the xfce-test that should handle this issue.

5010714 (#45)

smac89 avatar Mar 27 '21 21:03 smac89