You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I was trying to use monitor by docker run -it --privileged -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix ubuntu-fastdds-monitor:v1.4.0
docker run -it --privileged -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix ce15f448edf4
qt.qpa.xcb: could not connect to display :0
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, xcb.
/root/entrypoint.bash: line 61: 28 Aborted /bin/bash -c "$FULL_CMD"
I got this error msg which seems related to gui issue. When looked around others solved this issue by adding --no-ceritfication at the end, which not works for me.
System: Ubuntu 22.04
Monitor version: 1.4.0
The text was updated successfully, but these errors were encountered:
Hi,
when I was trying to use monitor by
docker run -it --privileged -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix ubuntu-fastdds-monitor:v1.4.0
I got this error msg which seems related to gui issue. When looked around others solved this issue by adding
--no-ceritfication
at the end, which not works for me.System: Ubuntu 22.04
Monitor version: 1.4.0
The text was updated successfully, but these errors were encountered: