Anki não inicia no Ubuntu 20.04 por causa de erro do Qt

Anki não inicia no Ubuntu 20.04 por causa de erro do Qt

Estou tentando executar o Anki no Ubuntu 20.04 seguindo as instruções em sua página da web. No entanto, tentar iniciá-lo a partir da linha de comando ou do menu de aplicativos não funciona. O erro é o seguinte:

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.

Executar sudo make installou instalar o xcb não resolve o problema. O que há de errado aqui?

Responder1

Por que você não instalou uma versão já disponível no Ubuntu?

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

Responder2

Resolvido o problema no Linux Mint 18.2 por

sudo apt-get install libxcb-xinerama0

informação relacionada