Skip to content

Commit 41fc211

Browse files
authored
linux GUI troubleshooting
1 parent bff96c7 commit 41fc211

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

episodes/03-docker-for-cms-opendata.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,9 +197,7 @@ Open a ROOT Object Browser by typing
197197
TBrowser t
198198
```
199199

200-
in the ROOT prompt.
201-
202-
You should see the ROOT Object Broswer opening.
200+
in the ROOT prompt. You should see the ROOT Object Broswer opening.
203201

204202
Exit ROOT with
205203

@@ -214,6 +212,19 @@ Type `exit` to leave the container:
214212
```bash
215213
exit
216214
```
215+
:::::::::::::: callout
216+
217+
## If the X11 forwarding does not work
218+
219+
Try typing the following before restarting your docker container:
220+
221+
```bash
222+
xhost local:root
223+
```
224+
225+
If you still encounter issues with the X11 forwarding, please delete your container and follow the instructions above for "Linux without X11 forwarding" and use the VNC web viewer for graphics.
226+
227+
::::::::::::::
217228

218229
::::::::::::::::::::
219230

0 commit comments

Comments
 (0)