I'm using Ubuntu 22 and ParaView reports "Could not load the Qt platform plugin 'xcb'"

Install missing xcb packages using

apt install libxcb-xinerama0
apt install libxcb-xinput0
3 Likes

We saw that issue with RHEL8. ParaView updated it’s version of Qt for ParaView 6.0.0. What worked for us is installing the following:

xcb-util-cursor-0.1.3-9.el8.x86_64 .