qt.qpa.plugin: Could not load the Qt platform plugin "xcb"
-
Would anyone know why I would be getting this error? I saw a few other people get this, I have tried: export QT_QPA_PLATFORM_PLUGIN_PATH=/home/rt/Downloads/DistributionKit/plugins and it did not work, when i run ldd libqxcb.so I get a long list of .so files
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "/home/rt/Downloads/DistributionKit/plugins/platforms:/home/rt/Downloads/DistributionKit/plugins" 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: eglfs, linuxfb, minimal, minimalegl, offscreen, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, xcb.
Aborted (core dumped)
-
@rtvideo said in qt.qpa.plugin: Could not load the Qt platform plugin "xcb":
libxcb-xinerama.so.0: cannot open shared object file: No such file or directory)
You are missing that library on your system. Install it.
-
Hi,
Start your application with the QT_DEBUG_PLUGINS environment variable set to 1 to see what is happening.
-
@rtvideo said in qt.qpa.plugin: Could not load the Qt platform plugin "xcb":
libxcb-xinerama.so.0: cannot open shared object file: No such file or directory)
You are missing that library on your system. Install it.