由於 Qt 錯誤,Anki 無法在 Ubuntu 20.04 上啟動

由於 Qt 錯誤,Anki 無法在 Ubuntu 20.04 上啟動

我想按照 Anki 網頁上的說明在 Ubuntu 20.04 上運行 Anki。但是,嘗試從命令列或應用程式選單啟動它是行不通的。錯誤如下:

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.

運行sudo make install或安裝 xcb 不能解決問題。這裡有什麼問題嗎?

答案1

為什麼不安裝 Ubuntu 中已有的版本?

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

答案2

解決了 Linux Mint 18.2 上的問題

sudo apt-get install libxcb-xinerama0

相關內容