Open banderlog opened 3 years ago
Seems to be an issue between QT and X11 forwarding.
You may have more details about the error by exporting QT_DEBUG_PLUGINS
inside the container:
$ export ZOOM_EXTRA_DOCKER_ARGUMENTS="-e QT_DEBUG_PLUGINS=1"
https://gitlab.com/polavieja_lab/idtrackerai/-/issues/29 https://askubuntu.com/questions/308128/failed-to-load-platform-plugin-xcb-while-launching-qt5-app-on-linux-without https://github.com/therecipe/qt/issues/775
Yep, looks like you said:
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
How I could fix it?
Maybe apt install libxkbcommon-x11-0
or apt install libxcb-xinerama0
in the Dockerfile can resolve the issue.
Docker logs for zoomus:
Zoom log:
The
xhost +SI:localuser:"$USER"
does not work