Anki startet unter Ubuntu 20.04 aufgrund eines Qt-Fehlers nicht

Anki startet unter Ubuntu 20.04 aufgrund eines Qt-Fehlers nicht

Ich versuche, Anki unter Ubuntu 20.04 auszuführen, indem ich den Anweisungen auf der Webseite folge. Der Versuch, es über die Befehlszeile oder das Apps-Menü zu starten, funktioniert jedoch nicht. Der Fehler ist der folgende:

Qt info: Could not load the Qt platform plugin "xcb" in "" even though it was found. 
Qt fatal: 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, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, webgl, xcb.

Das Ausführen sudo make installoder Installieren von xcb behebt das Problem nicht. Was ist hier falsch?

Antwort1

Warum haben Sie keine Version installiert, die bereits in Ubuntu verfügbar ist?

https://launchpad.net/ubuntu/+source/anki

Antwort2

Das Problem wurde unter Linux Mint 18.2 gelöst durch

sudo apt-get install libxcb-xinerama0

verwandte Informationen