Add Troubleshooting
parent
63a5b7c299
commit
909b718725
1 changed files with 17 additions and 0 deletions
17
Troubleshooting.md
Normal file
17
Troubleshooting.md
Normal file
|
|
@ -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).
|
||||||
Loading…
Add table
Add a link
Reference in a new issue