help > [Bug solved] Could not load the Qt platform plugin "xcb"
Jul 9, 2020  03:07 PM | Hang Chou
[Bug solved] Could not load the Qt platform plugin "xcb"
We have test running GTree on some computers with ubuntu. Some computers report 
'''
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: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, xcb.
'''

It is a confusing problem because GTree runs on  some Ubuntu well. The configurations of these computers are the same.Then I google it, run command "export QT_DEBUG_PLUGINS=1" and run GTree. It is said that libQt5DBus is missing.

As I have update Qt5 in GTree Project, I will cancel the download of GTree linux 1.0 and publish GTree linux 1.0.1. The new release will contain libQt5DBus.