pawelsalawa / sqlitestudio

A free, open source, multi-platform SQLite database manager.

Home Page:https://sqlitestudio.pl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.

faelp22 opened this issue · comments

I'm using Ubuntu 20.04 AMD64 and I got this error.

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.

Just to record the solution in case someone else has the same problem.

I just needed to install: sudo apt-get install libxcb-xinerama0

And with that he solved the problem.

Thanks! The issue is already solved in the weekly builds.