I'm trying to run the ncu-ui
profiler GUI on a CentOS 7 Linux system (using ncu-ui 2022.1), both as root and as a regular user. I'm getting the 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.
Available platform plugins are: xcb.
I've installed a bunch of xcb libraries, and the problem doesn't go away. What should I do?
tl;dr: Install
libxkbcommon-x11
.If you'll note the end of the error message, it says:
Here's what you might get when running that:
They key line is:
so, install
libxkbcommon-x11
(and maybelibxkbcommon
for good measure). That should do it. But - if you got a different error message about a missing file, you need to figure out which package it belongs to.