Poperton
Poperton

Reputation: 2127

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

I'm getting

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

after a fresh installation of qt creator in Debian 9. Unfortunately, the solutions here tell me to do ldd /usr/lib/qt/plugins/platforms/libqxcb.so but /usr/lib/qt/ doesn't even exist.

Upvotes: 2

Views: 5156

Answers (2)

Semnodime
Semnodime

Reputation: 2003

sudo apt-get install --reinstall libxcb-xinerama0

Upvotes: 1

Sebastian Duran
Sebastian Duran

Reputation: 115

Follow this two steps, it work for me with wireshark

$ sudo -s
# sudo apt-get install libcap2-bin

and reboot for more ...

Upvotes: 0

Related Questions