When I run the "wireshark" in ubuntu 20.04. I got the error message and can't execute wireshark successfully. I ALWAYS GOT THIS ERROR

qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in ""
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

I do the searching I found many solutions. BUT that didn't work for me. I have installed every application they mentioned.

However, I noticed the most important information which leads to wireshark can't find the xcb liberary.

In the ubuntu 20.04, I have installed xcb liberary already. BUT some how wireshark can't find it in the path "/usr/bin/platform"

I add link from /usr/bin/platforms/ to /usr/lib/x86_64-linux-gnu to resolve this issue.

 

sudo ln -s /usr/lib/x86_64-linux-gnu/qt5/plugins/platforms/ /usr/bin/platforms

 

Maybe it works for you as well

 

文章標籤
全站熱搜
創作者介紹
創作者 horace papa 的頭像
horace papa

Horace papa's life

horace papa 發表在 痞客邦 留言(0) 人氣(102)