From 0c562b6c68a0d439a5eb1b729380ef0e3d13f7b1 Mon Sep 17 00:00:00 2001 From: Maximilian Zettler Date: Wed, 6 Sep 2023 09:47:38 +0200 Subject: [PATCH] add solution for qt xcb error --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 61ff4f8..ff62296 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,19 @@ This is a poetry managed project. For details see: Try exporting `REQUESTS_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt` to use system ca store. +## QT XCB Error + +``` +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: offscreen, minimalegl, vnc, linuxfb, minimal, vkkhrdisplay, xcb, wayland-egl, wayland, eglfs. +``` + +Install xcb libs: + +```sudo apt-get install libglu1-mesa-dev libx11-xcb-dev '^libxcb*'``` + # Other Ressources ## Manuals/How-To's