Library problem: libxcb-cursor0 libxcb-cursor-dev
-
Hi,
Start the installer from the command line with the QT_DEBUG_PLUGINS environment variable set to 1.
You might get more information about what goes wrong. -
Hi,
I applied below code and result. But in this case error message did not appeared?!//***************************
usery@xxxxx:~/Qt$ export QT_DEBUG_PLUGINS=1
usery@xxxxx:~/Qt$ ./MaintenanceTool
qt.core.plugin.factoryloader: ignoring "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3" since plugins are disabled in static builds
qt.qpa.plugin: Could not find the Qt platform plugin "wayland" in ""
qt.core.plugin.factoryloader: ignoring "org.qt-project.Qt.QPA.QPlatformThemeFactoryInterface.5.1" since plugins are disabled in static builds
qt.core.plugin.factoryloader: ignoring "org.qt-project.Qt.QPlatformInputContextFactoryInterface.5.1" since plugins are disabled in static builds
qt.core.plugin.factoryloader: ignoring "org.qt-project.Qt.QIconEngineFactoryInterface" since plugins are disabled in static builds
qt.core.plugin.factoryloader: ignoring "org.qt-project.Qt.QStyleFactoryInterface" since plugins are disabled in static builds
qt.core.plugin.factoryloader: ignoring "org.qt-project.Qt.NetworkInformationBackendFactory" since plugins are disabled in static builds
qt.core.plugin.factoryloader: ignoring "org.qt-project.Qt.NetworkInformationBackendFactory" since plugins are disabled in static builds
qt.core.plugin.factoryloader: ignoring "org.qt-project.Qt.QTlsBackend" since plugins are disabled in static builds
qt.core.plugin.factoryloader: ignoring "org.qt-project.Qt.QTlsBackend" since plugins are disabled in static builds
[12040] Warning: No licenses found. Continuing open source installation.
[12677] tracking events QList("MouseButtonRelease", "Quit")
[12678] Warning: An empty storage type is specified, caching will be disabled.//***************************
Regards,
Mucip:) -
Hi,
I applied below code and result. But in this case error message did not appeared?!//***************************
usery@xxxxx:~/Qt$ export QT_DEBUG_PLUGINS=1
usery@xxxxx:~/Qt$ ./MaintenanceTool
qt.core.plugin.factoryloader: ignoring "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3" since plugins are disabled in static builds
qt.qpa.plugin: Could not find the Qt platform plugin "wayland" in ""
qt.core.plugin.factoryloader: ignoring "org.qt-project.Qt.QPA.QPlatformThemeFactoryInterface.5.1" since plugins are disabled in static builds
qt.core.plugin.factoryloader: ignoring "org.qt-project.Qt.QPlatformInputContextFactoryInterface.5.1" since plugins are disabled in static builds
qt.core.plugin.factoryloader: ignoring "org.qt-project.Qt.QIconEngineFactoryInterface" since plugins are disabled in static builds
qt.core.plugin.factoryloader: ignoring "org.qt-project.Qt.QStyleFactoryInterface" since plugins are disabled in static builds
qt.core.plugin.factoryloader: ignoring "org.qt-project.Qt.NetworkInformationBackendFactory" since plugins are disabled in static builds
qt.core.plugin.factoryloader: ignoring "org.qt-project.Qt.NetworkInformationBackendFactory" since plugins are disabled in static builds
qt.core.plugin.factoryloader: ignoring "org.qt-project.Qt.QTlsBackend" since plugins are disabled in static builds
qt.core.plugin.factoryloader: ignoring "org.qt-project.Qt.QTlsBackend" since plugins are disabled in static builds
[12040] Warning: No licenses found. Continuing open source installation.
[12677] tracking events QList("MouseButtonRelease", "Quit")
[12678] Warning: An empty storage type is specified, caching will be disabled.//***************************
Regards,
Mucip:)@Mucip said in Library problem: libxcb-cursor0 libxcb-cursor-dev:
qt.qpa.plugin: Could not find the Qt platform plugin "wayland" in ""
Others will know more than I, but I wonder why it's asking you about libxcb-cursor stuff if it's looking for Wayland?
-
Hi,
I applied below code and result. But in this case error message did not appeared?!//***************************
usery@xxxxx:~/Qt$ export QT_DEBUG_PLUGINS=1
usery@xxxxx:~/Qt$ ./MaintenanceTool
qt.core.plugin.factoryloader: ignoring "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3" since plugins are disabled in static builds
qt.qpa.plugin: Could not find the Qt platform plugin "wayland" in ""
qt.core.plugin.factoryloader: ignoring "org.qt-project.Qt.QPA.QPlatformThemeFactoryInterface.5.1" since plugins are disabled in static builds
qt.core.plugin.factoryloader: ignoring "org.qt-project.Qt.QPlatformInputContextFactoryInterface.5.1" since plugins are disabled in static builds
qt.core.plugin.factoryloader: ignoring "org.qt-project.Qt.QIconEngineFactoryInterface" since plugins are disabled in static builds
qt.core.plugin.factoryloader: ignoring "org.qt-project.Qt.QStyleFactoryInterface" since plugins are disabled in static builds
qt.core.plugin.factoryloader: ignoring "org.qt-project.Qt.NetworkInformationBackendFactory" since plugins are disabled in static builds
qt.core.plugin.factoryloader: ignoring "org.qt-project.Qt.NetworkInformationBackendFactory" since plugins are disabled in static builds
qt.core.plugin.factoryloader: ignoring "org.qt-project.Qt.QTlsBackend" since plugins are disabled in static builds
qt.core.plugin.factoryloader: ignoring "org.qt-project.Qt.QTlsBackend" since plugins are disabled in static builds
[12040] Warning: No licenses found. Continuing open source installation.
[12677] tracking events QList("MouseButtonRelease", "Quit")
[12678] Warning: An empty storage type is specified, caching will be disabled.//***************************
Regards,
Mucip:)@Mucip said in Library problem: libxcb-cursor0 libxcb-cursor-dev:
I applied below code and result. But in this case error message did not appeared?!
The installer itself does not need libxcb-cursor. It was trying to warn you that your Qt-based projects might not be able to find it.
I don't know why you might get that warning message if you've already installed the libraries. But as @JonB suggests, you might not need libxcb-cursor anyway since your system is using Wayland.

