From 909b71872581de8443e0a3b03f09ab959af2c645 Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Fri, 12 Dec 2025 18:18:54 -0600 Subject: [PATCH] Add Troubleshooting --- Troubleshooting.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Troubleshooting.md diff --git a/Troubleshooting.md b/Troubleshooting.md new file mode 100644 index 0000000..738c67c --- /dev/null +++ b/Troubleshooting.md @@ -0,0 +1,17 @@ +## Troubleshooting + +### xcb library missing + +Do you get this error when trying to start Bouquin? + +``` +qt.qpa.plugin: From 6.5.0, xcb-cursor0 or libxcb-cursor0 is needed to load the Qt xcb platform plugin. +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: vnc, eglfs, offscreen, wayland-brcm, wayland-egl, wayland, minimal, linuxfb, vkkhrdisplay, minimalegl, xcb. + +Aborted +``` + +Make sure you have `libxcb-cursor0` installed (on Debian-based distributions) or `xcb-util-cursor` (RedHat/Fedora-based distributions). \ No newline at end of file