Skip to content

Commit 5f972d7

Browse files
committed
Disable MIT-SHM for Mac OS for UI render
1 parent 89f0a23 commit 5f972d7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

run_mac_docker.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,7 @@ docker run \
2121
-v $XAUTH:$XAUTH:rw \
2222
-e DISPLAY=$IPADDR:$DISP_NUM \
2323
-e XAUTHORITY=$XAUTH \
24+
-e QT_X11_NO_MITSHM=1 \
25+
-e _X11_NO_MITSHM=1 \
26+
-e NO_AT_BRIDGE=1 \
2427
$CONTAINER

0 commit comments

Comments
 (0)