Created
November 16, 2024 03:11
-
-
Save QiangF/674fe78aa891762d09dd2ebe69d40a81 to your computer and use it in GitHub Desktop.
lxqt-qtplugin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (pip) q@mypc:~$ export QT_DEBUG_PLUGINS=1 | |
| (pip) q@mypc:~$ lxqt-config | |
| qt.core.plugin.factoryloader: checking directory path "/usr/lib/qt6/plugins/platforms" ... | |
| qt.core.plugin.factoryloader: looking at "libqeglfs.so" | |
| qt.core.plugin.loader: Found metadata in lib /usr/lib/qt6/plugins/platforms/libqeglfs.so, metadata= | |
| { | |
| "IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3", | |
| "MetaData": { | |
| "Keys": [ | |
| "eglfs" | |
| ] | |
| }, | |
| "archlevel": 1, | |
| "className": "QEglFSIntegrationPlugin", | |
| "debug": false, | |
| "version": 395264 | |
| } | |
| qt.core.plugin.factoryloader: Got keys from plugin meta data QList("eglfs") | |
| qt.core.plugin.factoryloader: looking at "libqlinuxfb.so" | |
| qt.core.plugin.loader: Found metadata in lib /usr/lib/qt6/plugins/platforms/libqlinuxfb.so, metadata= | |
| { | |
| "IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3", | |
| "MetaData": { | |
| "Keys": [ | |
| "linuxfb" | |
| ] | |
| }, | |
| "archlevel": 1, | |
| "className": "QLinuxFbIntegrationPlugin", | |
| "debug": false, | |
| "version": 395264 | |
| } | |
| qt.core.plugin.factoryloader: Got keys from plugin meta data QList("linuxfb") | |
| qt.core.plugin.factoryloader: looking at "libqminimal.so" | |
| qt.core.plugin.loader: Found metadata in lib /usr/lib/qt6/plugins/platforms/libqminimal.so, metadata= | |
| { | |
| "IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3", | |
| "MetaData": { | |
| "Keys": [ | |
| "minimal" | |
| ] | |
| }, | |
| "archlevel": 1, | |
| "className": "QMinimalIntegrationPlugin", | |
| "debug": false, | |
| "version": 395264 | |
| } | |
| qt.core.plugin.factoryloader: Got keys from plugin meta data QList("minimal") | |
| qt.core.plugin.factoryloader: looking at "libqminimalegl.so" | |
| qt.core.plugin.loader: Found metadata in lib /usr/lib/qt6/plugins/platforms/libqminimalegl.so, metadata= | |
| { | |
| "IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3", | |
| "MetaData": { | |
| "Keys": [ | |
| "minimalegl" | |
| ] | |
| }, | |
| "archlevel": 1, | |
| "className": "QMinimalEglIntegrationPlugin", | |
| "debug": false, | |
| "version": 395264 | |
| } | |
| qt.core.plugin.factoryloader: Got keys from plugin meta data QList("minimalegl") | |
| qt.core.plugin.factoryloader: looking at "libqoffscreen.so" | |
| qt.core.plugin.loader: Found metadata in lib /usr/lib/qt6/plugins/platforms/libqoffscreen.so, metadata= | |
| { | |
| "IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3", | |
| "MetaData": { | |
| "Keys": [ | |
| "offscreen" | |
| ] | |
| }, | |
| "archlevel": 1, | |
| "className": "QOffscreenIntegrationPlugin", | |
| "debug": false, | |
| "version": 395264 | |
| } | |
| qt.core.plugin.factoryloader: Got keys from plugin meta data QList("offscreen") | |
| qt.core.plugin.factoryloader: looking at "libqvkkhrdisplay.so" | |
| qt.core.plugin.loader: Found metadata in lib /usr/lib/qt6/plugins/platforms/libqvkkhrdisplay.so, metadata= | |
| { | |
| "IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3", | |
| "MetaData": { | |
| "Keys": [ | |
| "vkkhrdisplay" | |
| ] | |
| }, | |
| "archlevel": 1, | |
| "className": "QVkKhrDisplayIntegrationPlugin", | |
| "debug": false, | |
| "version": 395264 | |
| } | |
| qt.core.plugin.factoryloader: Got keys from plugin meta data QList("vkkhrdisplay") | |
| qt.core.plugin.factoryloader: looking at "libqvnc.so" | |
| qt.core.plugin.loader: Found metadata in lib /usr/lib/qt6/plugins/platforms/libqvnc.so, metadata= | |
| { | |
| "IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3", | |
| "MetaData": { | |
| "Keys": [ | |
| "vnc" | |
| ] | |
| }, | |
| "archlevel": 1, | |
| "className": "QVncIntegrationPlugin", | |
| "debug": false, | |
| "version": 395264 | |
| } | |
| qt.core.plugin.factoryloader: Got keys from plugin meta data QList("vnc") | |
| qt.core.plugin.factoryloader: looking at "libqxcb.so" | |
| qt.core.plugin.loader: Found metadata in lib /usr/lib/qt6/plugins/platforms/libqxcb.so, metadata= | |
| { | |
| "IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3", | |
| "MetaData": { | |
| "Keys": [ | |
| "xcb" | |
| ] | |
| }, | |
| "archlevel": 1, | |
| "className": "QXcbIntegrationPlugin", | |
| "debug": false, | |
| "version": 395264 | |
| } | |
| qt.core.plugin.factoryloader: Got keys from plugin meta data QList("xcb") | |
| qt.core.plugin.factoryloader: looking at "libqwayland-egl.so" | |
| qt.core.plugin.loader: Found metadata in lib /usr/lib/qt6/plugins/platforms/libqwayland-egl.so, metadata= | |
| { | |
| "IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3", | |
| "MetaData": { | |
| "Keys": [ | |
| "wayland-egl" | |
| ] | |
| }, | |
| "archlevel": 1, | |
| "className": "QWaylandEglPlatformIntegrationPlugin", | |
| "debug": false, | |
| "version": 395264 | |
| } | |
| qt.core.plugin.factoryloader: Got keys from plugin meta data QList("wayland-egl") | |
| qt.core.plugin.factoryloader: looking at "libqwayland-generic.so" | |
| qt.core.plugin.loader: Found metadata in lib /usr/lib/qt6/plugins/platforms/libqwayland-generic.so, metadata= | |
| { | |
| "IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3", | |
| "MetaData": { | |
| "Keys": [ | |
| "wayland" | |
| ] | |
| }, | |
| "archlevel": 1, | |
| "className": "QWaylandIntegrationPlugin", | |
| "debug": false, | |
| "version": 395264 | |
| } | |
| qt.core.plugin.factoryloader: Got keys from plugin meta data QList("wayland") | |
| qt.core.plugin.factoryloader: checking directory path "/usr/bin/platforms" ... | |
| qt.core.library: "/usr/lib/qt6/plugins/platforms/libqxcb.so" loaded library | |
| qt.core.plugin.factoryloader: checking directory path "/usr/lib/qt6/plugins/platformthemes" ... | |
| qt.core.plugin.factoryloader: looking at "libqgtk3.so" | |
| qt.core.plugin.loader: Found metadata in lib /usr/lib/qt6/plugins/platformthemes/libqgtk3.so, metadata= | |
| { | |
| "IID": "org.qt-project.Qt.QPA.QPlatformThemeFactoryInterface.5.1", | |
| "MetaData": { | |
| "Keys": [ | |
| "gtk3" | |
| ] | |
| }, | |
| "archlevel": 1, | |
| "className": "QGtk3ThemePlugin", | |
| "debug": false, | |
| "version": 395264 | |
| } | |
| qt.core.plugin.factoryloader: Got keys from plugin meta data QList("gtk3") | |
| qt.core.plugin.factoryloader: looking at "libqxdgdesktopportal.so" | |
| qt.core.plugin.loader: Found metadata in lib /usr/lib/qt6/plugins/platformthemes/libqxdgdesktopportal.so, metadata= | |
| { | |
| "IID": "org.qt-project.Qt.QPA.QPlatformThemeFactoryInterface.5.1", | |
| "MetaData": { | |
| "Keys": [ | |
| "xdgdesktopportal", | |
| "flatpak", | |
| "snap" | |
| ] | |
| }, | |
| "archlevel": 1, | |
| "className": "QXdgDesktopPortalThemePlugin", | |
| "debug": false, | |
| "version": 395264 | |
| } | |
| qt.core.plugin.factoryloader: Got keys from plugin meta data QList("xdgdesktopportal", "flatpak", "snap") | |
| qt.core.plugin.factoryloader: looking at "libqt6ct.so" | |
| qt.core.plugin.loader: Found metadata in lib /usr/lib/qt6/plugins/platformthemes/libqt6ct.so, metadata= | |
| { | |
| "IID": "org.qt-project.Qt.QPA.QPlatformThemeFactoryInterface.5.1", | |
| "MetaData": { | |
| "Keys": [ | |
| "qt6ct", | |
| "qt5ct" | |
| ] | |
| }, | |
| "archlevel": 1, | |
| "className": "Qt6CTPlatformThemePlugin", | |
| "debug": false, | |
| "version": 395264 | |
| } | |
| qt.core.plugin.factoryloader: Got keys from plugin meta data QList("qt6ct", "qt5ct") | |
| qt.core.plugin.factoryloader: looking at "libqtlxqt.so" | |
| qt.core.plugin.loader: Found metadata in lib /usr/lib/qt6/plugins/platformthemes/libqtlxqt.so, metadata= | |
| { | |
| "IID": "org.qt-project.Qt.QPA.QPlatformThemeFactoryInterface.5.1", | |
| "MetaData": { | |
| "Keys": [ | |
| "lxqt" | |
| ] | |
| }, | |
| "archlevel": 1, | |
| "className": "LXQtPlatformThemePlugin", | |
| "debug": false, | |
| "version": 395264 | |
| } | |
| qt.core.plugin.factoryloader: Got keys from plugin meta data QList("lxqt") | |
| qt.core.plugin.factoryloader: checking directory path "/usr/bin/platformthemes" ... | |
| qt.core.plugin.factoryloader: checking directory path "/usr/lib/qt6/plugins/platforminputcontexts" ... | |
| qt.core.plugin.factoryloader: looking at "libcomposeplatforminputcontextplugin.so" | |
| qt.core.plugin.loader: Found metadata in lib /usr/lib/qt6/plugins/platforminputcontexts/libcomposeplatforminputcontextplugin.so, metadata= | |
| { | |
| "IID": "org.qt-project.Qt.QPlatformInputContextFactoryInterface.5.1", | |
| "MetaData": { | |
| "Keys": [ | |
| "compose", | |
| "xim" | |
| ] | |
| }, | |
| "archlevel": 1, | |
| "className": "QComposePlatformInputContextPlugin", | |
| "debug": false, | |
| "version": 395264 | |
| } | |
| qt.core.plugin.factoryloader: Got keys from plugin meta data QList("compose", "xim") | |
| qt.core.plugin.factoryloader: looking at "libibusplatforminputcontextplugin.so" | |
| qt.core.plugin.loader: Found metadata in lib /usr/lib/qt6/plugins/platforminputcontexts/libibusplatforminputcontextplugin.so, metadata= | |
| { | |
| "IID": "org.qt-project.Qt.QPlatformInputContextFactoryInterface.5.1", | |
| "MetaData": { | |
| "Keys": [ | |
| "ibus" | |
| ] | |
| }, | |
| "archlevel": 1, | |
| "className": "QIbusPlatformInputContextPlugin", | |
| "debug": false, | |
| "version": 395264 | |
| } | |
| qt.core.plugin.factoryloader: Got keys from plugin meta data QList("ibus") | |
| qt.core.plugin.factoryloader: looking at "libfcitx5platforminputcontextplugin.so" | |
| qt.core.plugin.loader: Found metadata in lib /usr/lib/qt6/plugins/platforminputcontexts/libfcitx5platforminputcontextplugin.so, metadata= | |
| { | |
| "IID": "org.qt-project.Qt.QPlatformInputContextFactoryInterface.5.1", | |
| "MetaData": { | |
| "Keys": [ | |
| "fcitx", | |
| "fcitx5" | |
| ] | |
| }, | |
| "archlevel": 1, | |
| "className": "QFcitx5PlatformInputContextPlugin", | |
| "debug": false, | |
| "version": 395264 | |
| } | |
| qt.core.plugin.factoryloader: Got keys from plugin meta data QList("fcitx", "fcitx5") | |
| qt.core.plugin.factoryloader: checking directory path "/usr/bin/platforminputcontexts" ... | |
| qt.core.library: "/usr/lib/qt6/plugins/platforminputcontexts/libfcitx5platforminputcontextplugin.so" loaded library | |
| qt.core.plugin.factoryloader: checking directory path "/usr/lib/qt6/plugins/styles" ... | |
| qt.core.plugin.factoryloader: looking at "libqt6ct-style.so" | |
| qt.core.plugin.loader: Found metadata in lib /usr/lib/qt6/plugins/styles/libqt6ct-style.so, metadata= | |
| { | |
| "IID": "org.qt-project.Qt.QStyleFactoryInterface", | |
| "MetaData": { | |
| "Keys": [ | |
| "qt6ct-style", | |
| "qt5ct-style" | |
| ] | |
| }, | |
| "archlevel": 1, | |
| "className": "Qt6CTStylePlugin", | |
| "debug": false, | |
| "version": 395264 | |
| } | |
| qt.core.plugin.factoryloader: Got keys from plugin meta data QList("qt6ct-style", "qt5ct-style") | |
| qt.core.plugin.factoryloader: checking directory path "/usr/bin/styles" ... | |
| qt.core.plugin.factoryloader: checking directory path "/usr/lib/qt6/plugins/iconengines" ... | |
| qt.core.plugin.factoryloader: looking at "libqsvgicon.so" | |
| qt.core.plugin.loader: Found metadata in lib /usr/lib/qt6/plugins/iconengines/libqsvgicon.so, metadata= | |
| { | |
| "IID": "org.qt-project.Qt.QIconEngineFactoryInterface", | |
| "MetaData": { | |
| "Keys": [ | |
| "svg", | |
| "svgz", | |
| "svg.gz" | |
| ] | |
| }, | |
| "archlevel": 1, | |
| "className": "QSvgIconPlugin", | |
| "debug": false, | |
| "version": 395264 | |
| } | |
| qt.core.plugin.factoryloader: Got keys from plugin meta data QList("svg", "svgz", "svg.gz") | |
| qt.core.plugin.factoryloader: looking at "libQt6XdgIconPlugin.so" | |
| qt.core.plugin.loader: Found metadata in lib /usr/lib/qt6/plugins/iconengines/libQt6XdgIconPlugin.so, metadata= | |
| { | |
| "IID": "org.qt-project.Qt.QIconEngineFactoryInterface", | |
| "MetaData": { | |
| "Keys": [ | |
| "XdgIconLoaderEngine" | |
| ] | |
| }, | |
| "archlevel": 1, | |
| "className": "XdgIconEnginePlugin", | |
| "debug": false, | |
| "version": 395264 | |
| } | |
| qt.core.plugin.factoryloader: Got keys from plugin meta data QList("xdgiconloaderengine") | |
| qt.core.plugin.factoryloader: checking directory path "/usr/bin/iconengines" ... | |
| qt.core.plugin.factoryloader: checking directory path "/usr/lib/qt6/plugins/imageformats" ... | |
| qt.core.plugin.factoryloader: looking at "libqgif.so" | |
| qt.core.plugin.loader: Found metadata in lib /usr/lib/qt6/plugins/imageformats/libqgif.so, metadata= | |
| { | |
| "IID": "org.qt-project.Qt.QImageIOHandlerFactoryInterface", | |
| "MetaData": { | |
| "Keys": [ | |
| "gif" | |
| ], | |
| "MimeTypes": [ | |
| "image/gif" | |
| ] | |
| }, | |
| "archlevel": 1, | |
| "className": "QGifPlugin", | |
| "debug": false, | |
| "version": 395264 | |
| } | |
| qt.core.plugin.factoryloader: Got keys from plugin meta data QList("gif") | |
| qt.core.plugin.factoryloader: looking at "libqico.so" | |
| qt.core.plugin.loader: Found metadata in lib /usr/lib/qt6/plugins/imageformats/libqico.so, metadata= | |
| { | |
| "IID": "org.qt-project.Qt.QImageIOHandlerFactoryInterface", | |
| "MetaData": { | |
| "Keys": [ | |
| "ico", | |
| "cur" | |
| ], | |
| "MimeTypes": [ | |
| "image/vnd.microsoft.icon", | |
| "image/vnd.microsoft.icon" | |
| ] | |
| }, | |
| "archlevel": 1, | |
| "className": "QICOPlugin", | |
| "debug": false, | |
| "version": 395264 | |
| } | |
| qt.core.plugin.factoryloader: Got keys from plugin meta data QList("ico", "cur") | |
| qt.core.plugin.factoryloader: looking at "libqjpeg.so" | |
| qt.core.plugin.loader: Found metadata in lib /usr/lib/qt6/plugins/imageformats/libqjpeg.so, metadata= | |
| { | |
| "IID": "org.qt-project.Qt.QImageIOHandlerFactoryInterface", | |
| "MetaData": { | |
| "Keys": [ | |
| "jpg", | |
| "jpeg", | |
| "jfif" | |
| ], | |
| "MimeTypes": [ | |
| "image/jpeg", | |
| "image/jpeg", | |
| "image/jpeg" | |
| ] | |
| }, | |
| "archlevel": 1, | |
| "className": "QJpegPlugin", | |
| "debug": false, | |
| "version": 395264 | |
| } | |
| qt.core.plugin.factoryloader: Got keys from plugin meta data QList("jpg", "jpeg", "jfif") | |
| qt.core.plugin.factoryloader: looking at "libqsvg.so" | |
| qt.core.plugin.loader: Found metadata in lib /usr/lib/qt6/plugins/imageformats/libqsvg.so, metadata= | |
| { | |
| "IID": "org.qt-project.Qt.QImageIOHandlerFactoryInterface", | |
| "MetaData": { | |
| "Keys": [ | |
| "svg", | |
| "svgz" | |
| ], | |
| "MimeTypes": [ | |
| "image/svg+xml", | |
| "image/svg+xml-compressed" | |
| ] | |
| }, | |
| "archlevel": 1, | |
| "className": "QSvgPlugin", | |
| "debug": false, | |
| "version": 395264 | |
| } | |
| qt.core.plugin.factoryloader: Got keys from plugin meta data QList("svg", "svgz") | |
| qt.core.plugin.factoryloader: looking at "libqpdf.so" | |
| qt.core.plugin.loader: Found metadata in lib /usr/lib/qt6/plugins/imageformats/libqpdf.so, metadata= | |
| { | |
| "IID": "org.qt-project.Qt.QImageIOHandlerFactoryInterface", | |
| "MetaData": { | |
| "Keys": [ | |
| "pdf" | |
| ], | |
| "MimeTypes": [ | |
| "application/pdf" | |
| ] | |
| }, | |
| "archlevel": 1, | |
| "className": "QPdfPlugin", | |
| "debug": false, | |
| "version": 395264 | |
| } | |
| qt.core.plugin.factoryloader: Got keys from plugin meta data QList("pdf") | |
| qt.core.plugin.factoryloader: checking directory path "/usr/bin/imageformats" ... | |
| qt.core.library: "/usr/lib/qt6/plugins/imageformats/libqgif.so" loaded library | |
| qt.core.library: "/usr/lib/qt6/plugins/imageformats/libqico.so" loaded library | |
| qt.core.library: "/usr/lib/qt6/plugins/imageformats/libqjpeg.so" loaded library | |
| qt.core.library: "/usr/lib/qt6/plugins/imageformats/libqsvg.so" loaded library | |
| qt.core.library: "/usr/lib/qt6/plugins/imageformats/libqpdf.so" loaded library | |
| "Icon Theme not set. Fallbacking to Oxygen, if installed" | |
| "Fallback Icon Theme (Oxygen) not found" | |
| qt.core.plugin.factoryloader: checking directory path "/usr/lib/qt6/plugins/accessible" ... | |
| qt.core.plugin.factoryloader: checking directory path "/usr/bin/accessible" ... | |
| qt.core.plugin.factoryloader: checking directory path "/usr/lib/qt6/plugins/accessiblebridge" ... | |
| qt.core.plugin.factoryloader: checking directory path "/usr/bin/accessiblebridge" ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment