From 30780ff6755ab7ac4851548b76f8cf46e4ac1506 Mon Sep 17 00:00:00 2001 From: Daniel Brunner <0xFEEDC0DE64@gmail.com> Date: Thu, 11 Jan 2018 21:16:56 +0100 Subject: [PATCH] Added command to allow root access X11 --- Launching-the-tool-with-docker.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Launching-the-tool-with-docker.md b/Launching-the-tool-with-docker.md index d0322cc..fa78d6f 100644 --- a/Launching-the-tool-with-docker.md +++ b/Launching-the-tool-with-docker.md @@ -12,4 +12,6 @@ docker run \ 0xfeedc0de64/qtzeiterfassung ``` +If this fails because of permission problems to X11, try running `xhost +SI:localuser:root` before. + All further launches can be done with `docker start zeiterfassung` \ No newline at end of file