Код: Выделить всё
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. Aborted
- Запустил xhost +local:root на хост-компьютере.
- Проверены настройки отображения.
- Установлены необходимые библиотеки с помощью:
Код: Выделить всё
sudo apt-get install libxcb-xinerama0
Код: Выделить всё
sudo apt-get install libxkbcommon-x11-0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render-util0 libxcb-xinerama0 libxcb-xfixes0 libegl1-mesa
Подробнее здесь: https://stackoverflow.com/questions/792 ... ntainer-on