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