On Tue, Oct 15, 2024 at 9:21 AM Thomas Passin <[email protected]> wrote:

Per the referenced URL, setting this environmental variable
will produce a more detailed message about what Qt found missing:

export QT_DEBUG_PLUGINS=1

Thanks.  Here's the dump. I removed
"/home/edreamleo/.local/lib/python3.12/site-packages"  from most paths

QQQQQ starts...

(base) edreamleo@BLD:~$ leo

# Removed "/home/edreamleo/.local/lib/python3.12/site-packages"  from most
paths
qt.core.plugin.factoryloader: checking directory path
".../PyQt6/Qt6/plugins/platforms" ...
qt.core.plugin.factoryloader: looking at
".../PyQt6/Qt6/plugins/platforms/libqlinuxfb.so"
qt.core.plugin.loader: Found metadata in lib
.../PyQt6/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": 395008
}


qt.core.plugin.factoryloader: Got keys from plugin meta data
QList("linuxfb")
qt.core.plugin.factoryloader: looking at
".../PyQt6/Qt6/plugins/platforms/libqeglfs.so"
qt.core.plugin.loader: Found metadata in lib
.../PyQt6/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": 395008
}


qt.core.plugin.factoryloader: Got keys from plugin meta data QList("eglfs")
qt.core.plugin.factoryloader: looking at
".../PyQt6/Qt6/plugins/platforms/libqxcb.so"
qt.core.plugin.loader: Found metadata in lib
.../PyQt6/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": 395008
}


qt.core.plugin.factoryloader: Got keys from plugin meta data QList("xcb")
qt.core.plugin.factoryloader: looking at
".../PyQt6/Qt6/plugins/platforms/libqwayland-egl.so"
qt.core.plugin.loader: Found metadata in lib
.../PyQt6/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": 395008
}


qt.core.plugin.factoryloader: Got keys from plugin meta data
QList("wayland-egl")
qt.core.plugin.factoryloader: looking at
".../PyQt6/Qt6/plugins/platforms/libqwayland-generic.so"
qt.core.plugin.loader: Found metadata in lib
.../PyQt6/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": 395008
}


qt.core.plugin.factoryloader: Got keys from plugin meta data
QList("wayland")
qt.core.plugin.factoryloader: looking at
".../PyQt6/Qt6/plugins/platforms/libqvkkhrdisplay.so"
qt.core.plugin.loader: Found metadata in lib
.../PyQt6/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": 395008
}


qt.core.plugin.factoryloader: Got keys from plugin meta data
QList("vkkhrdisplay")
qt.core.plugin.factoryloader: looking at
".../PyQt6/Qt6/plugins/platforms/libqminimal.so"
qt.core.plugin.loader: Found metadata in lib
.../PyQt6/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": 395008
}


qt.core.plugin.factoryloader: Got keys from plugin meta data
QList("minimal")
qt.core.plugin.factoryloader: looking at
".../PyQt6/Qt6/plugins/platforms/libqoffscreen.so"
qt.core.plugin.loader: Found metadata in lib
.../PyQt6/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": 395008
}


qt.core.plugin.factoryloader: Got keys from plugin meta data
QList("offscreen")
qt.core.plugin.factoryloader: looking at
".../PyQt6/Qt6/plugins/platforms/libqvnc.so"
qt.core.plugin.loader: Found metadata in lib
.../PyQt6/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": 395008
}


qt.core.plugin.factoryloader: Got keys from plugin meta data QList("vnc")
qt.core.plugin.factoryloader: looking at
".../PyQt6/Qt6/plugins/platforms/libqminimalegl.so"
qt.core.plugin.loader: Found metadata in lib
.../PyQt6/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": 395008
}


qt.core.plugin.factoryloader: Got keys from plugin meta data
QList("minimalegl")
qt.core.plugin.factoryloader: checking directory path
"/home/edreamleo/miniforge3/bin/platforms" ...
qt.core.library: ".../PyQt6/Qt6/plugins/platforms/libqwayland-generic.so"
loaded library
Failed to create wl_display (No such file or directory)
qt.qpa.plugin: Could not load the Qt platform plugin "wayland" in "" even
though it was found.
qt.core.library: ".../PyQt6/Qt6/plugins/platforms/libqxcb.so" loaded library
qt.core.plugin.factoryloader: checking directory path
".../PyQt6/Qt6/plugins/platformthemes" ...
qt.core.plugin.factoryloader: looking at
".../PyQt6/Qt6/plugins/platformthemes/libqgtk3.so"
qt.core.plugin.loader: Found metadata in lib
.../PyQt6/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": 395008
}


qt.core.plugin.factoryloader: Got keys from plugin meta data QList("gtk3")
qt.core.plugin.factoryloader: looking at
".../PyQt6/Qt6/plugins/platformthemes/libqxdgdesktopportal.so"
qt.core.plugin.loader: Found metadata in lib
.../PyQt6/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": 395008
}


qt.core.plugin.factoryloader: Got keys from plugin meta data
QList("xdgdesktopportal", "flatpak", "snap")
qt.core.plugin.factoryloader: checking directory path
"/home/edreamleo/miniforge3/bin/platformthemes" ...
qt.core.plugin.factoryloader: checking directory path
".../PyQt6/Qt6/plugins/platforminputcontexts" ...
qt.core.plugin.factoryloader: looking at
".../PyQt6/Qt6/plugins/platforminputcontexts/libibusplatforminputcontextplugin.so"
qt.core.plugin.loader: Found metadata in lib
.../PyQt6/Qt6/plugins/platforminputcontexts/libibusplatforminputcontextplugin.so,
metadata=
{
    "IID": "org.qt-project.Qt.QPlatformInputContextFactoryInterface.5.1",
    "MetaData": {
        "Keys": [
            "ibus"
        ]
    },
    "archlevel": 1,
    "className": "QIbusPlatformInputContextPlugin",
    "debug": false,
    "version": 395008
}


qt.core.plugin.factoryloader: Got keys from plugin meta data QList("ibus")
qt.core.plugin.factoryloader: looking at
".../PyQt6/Qt6/plugins/platforminputcontexts/libcomposeplatforminputcontextplugin.so"
qt.core.plugin.loader: Found metadata in lib
.../PyQt6/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": 395008
}


qt.core.plugin.factoryloader: Got keys from plugin meta data
QList("compose", "xim")
qt.core.plugin.factoryloader: checking directory path
"/home/edreamleo/miniforge3/bin/platforminputcontexts" ...
qt.core.library:
".../PyQt6/Qt6/plugins/platforminputcontexts/libcomposeplatforminputcontextplugin.so"
loaded library
qt.core.plugin.factoryloader: checking directory path
".../PyQt6/Qt6/plugins/xcbglintegrations" ...
qt.core.plugin.factoryloader: looking at
".../PyQt6/Qt6/plugins/xcbglintegrations/libqxcb-glx-integration.so"
qt.core.plugin.loader: Found metadata in lib
.../PyQt6/Qt6/plugins/xcbglintegrations/libqxcb-glx-integration.so,
metadata=
{
    "IID":
"org.qt-project.Qt.QPA.Xcb.QXcbGlIntegrationFactoryInterface.5.5",
    "MetaData": {
        "Keys": [
            "xcb_glx"
        ]
    },
    "archlevel": 1,
    "className": "QXcbGlxIntegrationPlugin",
    "debug": false,
    "version": 395008
}


qt.core.plugin.factoryloader: Got keys from plugin meta data
QList("xcb_glx")
qt.core.plugin.factoryloader: looking at
".../PyQt6/Qt6/plugins/xcbglintegrations/libqxcb-egl-integration.so"
qt.core.plugin.loader: Found metadata in lib
.../PyQt6/Qt6/plugins/xcbglintegrations/libqxcb-egl-integration.so,
metadata=
{
    "IID":
"org.qt-project.Qt.QPA.Xcb.QXcbGlIntegrationFactoryInterface.5.5",
    "MetaData": {
        "Keys": [
            "xcb_egl"
        ]
    },
    "archlevel": 1,
    "className": "QXcbEglIntegrationPlugin",
    "debug": false,
    "version": 395008
}


qt.core.plugin.factoryloader: Got keys from plugin meta data
QList("xcb_egl")
qt.core.plugin.factoryloader: checking directory path
"/home/edreamleo/miniforge3/bin/xcbglintegrations" ...
qt.core.library:
".../PyQt6/Qt6/plugins/xcbglintegrations/libqxcb-glx-integration.so" loaded
library
WARNING: dzn is not a conformant Vulkan implementation, testing use only.
WARNING: Some incorrect rendering might occur because the selected Vulkan
device (Microsoft Direct3D12 (NVIDIA GeForce RTX 3080)) doesn't support
base Zink requirements: feats.features.logicOp have_EXT_custom_border_color
have_EXT_line_rasterization
qt.core.plugin.factoryloader: checking directory path
".../PyQt6/Qt6/plugins/styles" ...
qt.core.plugin.factoryloader: checking directory path
"/home/edreamleo/miniforge3/bin/styles" ...
qt.core.plugin.factoryloader: checking directory path
".../PyQt6/Qt6/plugins/iconengines" ...
qt.core.plugin.factoryloader: looking at
".../PyQt6/Qt6/plugins/iconengines/libqsvgicon.so"
qt.core.plugin.loader: Found metadata in lib
.../PyQt6/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": 395008
}


qt.core.plugin.factoryloader: Got keys from plugin meta data QList("svg",
"svgz", "svg.gz")
qt.core.plugin.factoryloader: checking directory path
"/home/edreamleo/miniforge3/bin/iconengines" ...
qt.core.plugin.factoryloader: checking directory path
".../PyQt6/Qt6/plugins/imageformats" ...
qt.core.plugin.factoryloader: looking at
".../PyQt6/Qt6/plugins/imageformats/libqicns.so"
qt.core.plugin.loader: Found metadata in lib
.../PyQt6/Qt6/plugins/imageformats/libqicns.so, metadata=
{
    "IID": "org.qt-project.Qt.QImageIOHandlerFactoryInterface",
    "MetaData": {
        "Keys": [
            "icns"
        ],
        "MimeTypes": [
            "image/x-icns"
        ]
    },
    "archlevel": 1,
    "className": "QICNSPlugin",
    "debug": false,
    "version": 395008
}


qt.core.plugin.factoryloader: Got keys from plugin meta data QList("icns")
qt.core.plugin.factoryloader: looking at
".../PyQt6/Qt6/plugins/imageformats/libqsvg.so"
qt.core.plugin.loader: Found metadata in lib
.../PyQt6/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": 395008
}


qt.core.plugin.factoryloader: Got keys from plugin meta data QList("svg",
"svgz")
qt.core.plugin.factoryloader: looking at
".../PyQt6/Qt6/plugins/imageformats/libqpdf.so"
qt.core.plugin.loader: Found metadata in lib
.../PyQt6/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": 395008
}


qt.core.plugin.factoryloader: Got keys from plugin meta data QList("pdf")
qt.core.plugin.factoryloader: looking at
".../PyQt6/Qt6/plugins/imageformats/libqwebp.so"
qt.core.plugin.loader: Found metadata in lib
.../PyQt6/Qt6/plugins/imageformats/libqwebp.so, metadata=
{
    "IID": "org.qt-project.Qt.QImageIOHandlerFactoryInterface",
    "MetaData": {
        "Keys": [
            "webp"
        ],
        "MimeTypes": [
            "image/webp"
        ]
    },
    "archlevel": 1,
    "className": "QWebpPlugin",
    "debug": false,
    "version": 395008
}


qt.core.plugin.factoryloader: Got keys from plugin meta data QList("webp")
qt.core.plugin.factoryloader: looking at
".../PyQt6/Qt6/plugins/imageformats/libqtga.so"
qt.core.plugin.loader: Found metadata in lib
.../PyQt6/Qt6/plugins/imageformats/libqtga.so, metadata=
{
    "IID": "org.qt-project.Qt.QImageIOHandlerFactoryInterface",
    "MetaData": {
        "Keys": [
            "tga"
        ],
        "MimeTypes": [
            "image/x-tga"
        ]
    },
    "archlevel": 1,
    "className": "QTgaPlugin",
    "debug": false,
    "version": 395008
}


qt.core.plugin.factoryloader: Got keys from plugin meta data QList("tga")
qt.core.plugin.factoryloader: looking at
".../PyQt6/Qt6/plugins/imageformats/libqwbmp.so"
qt.core.plugin.loader: Found metadata in lib
.../PyQt6/Qt6/plugins/imageformats/libqwbmp.so, metadata=
{
    "IID": "org.qt-project.Qt.QImageIOHandlerFactoryInterface",
    "MetaData": {
        "Keys": [
            "wbmp"
        ],
        "MimeTypes": [
            "image/vnd.wap.wbmp"
        ]
    },
    "archlevel": 1,
    "className": "QWbmpPlugin",
    "debug": false,
    "version": 395008
}


qt.core.plugin.factoryloader: Got keys from plugin meta data QList("wbmp")
qt.core.plugin.factoryloader: looking at
".../PyQt6/Qt6/plugins/imageformats/libqjpeg.so"
qt.core.plugin.loader: Found metadata in lib
.../PyQt6/Qt6/plugins/imageformats/libqjpeg.so, metadata=
{
    "IID": "org.qt-project.Qt.QImageIOHandlerFactoryInterface",
    "MetaData": {
        "Keys": [
            "jpg",
            "jpeg"
        ],
        "MimeTypes": [
            "image/jpeg",
            "image/jpeg"
        ]
    },
    "archlevel": 1,
    "className": "QJpegPlugin",
    "debug": false,
    "version": 395008
}


qt.core.plugin.factoryloader: Got keys from plugin meta data QList("jpg",
"jpeg")
qt.core.plugin.factoryloader: looking at
".../PyQt6/Qt6/plugins/imageformats/libqtiff.so"
qt.core.plugin.loader: Found metadata in lib
.../PyQt6/Qt6/plugins/imageformats/libqtiff.so, metadata=
{
    "IID": "org.qt-project.Qt.QImageIOHandlerFactoryInterface",
    "MetaData": {
        "Keys": [
            "tiff",
            "tif"
        ],
        "MimeTypes": [
            "image/tiff",
            "image/tiff"
        ]
    },
    "archlevel": 1,
    "className": "QTiffPlugin",
    "debug": false,
    "version": 395008
}


qt.core.plugin.factoryloader: Got keys from plugin meta data QList("tiff",
"tif")
qt.core.plugin.factoryloader: looking at
".../PyQt6/Qt6/plugins/imageformats/libqgif.so"
qt.core.plugin.loader: Found metadata in lib
.../PyQt6/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": 395008
}


qt.core.plugin.factoryloader: Got keys from plugin meta data QList("gif")
qt.core.plugin.factoryloader: looking at
".../PyQt6/Qt6/plugins/imageformats/libqico.so"
qt.core.plugin.loader: Found metadata in lib
.../PyQt6/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": 395008
}


qt.core.plugin.factoryloader: Got keys from plugin meta data QList("ico",
"cur")
qt.core.plugin.factoryloader: checking directory path
"/home/edreamleo/miniforge3/bin/imageformats" ...
qt.core.library: ".../PyQt6/Qt6/plugins/imageformats/libqicns.so" loaded
library
qt.core.library: ".../PyQt6/Qt6/plugins/imageformats/libqsvg.so" loaded
library
qt.core.library: ".../PyQt6/Qt6/plugins/imageformats/libqpdf.so" loaded
library
qt.core.library: ".../PyQt6/Qt6/plugins/imageformats/libqwebp.so" loaded
library
qt.core.library: ".../PyQt6/Qt6/plugins/imageformats/libqtga.so" loaded
library
qt.core.library: ".../PyQt6/Qt6/plugins/imageformats/libqwbmp.so" loaded
library
qt.core.library: ".../PyQt6/Qt6/plugins/imageformats/libqjpeg.so" loaded
library
qt.core.library: ".../PyQt6/Qt6/plugins/imageformats/libqtiff.so" loaded
library
qt.core.library: ".../PyQt6/Qt6/plugins/imageformats/libqgif.so" loaded
library
qt.core.library: ".../PyQt6/Qt6/plugins/imageformats/libqico.so" loaded
library
qt.core.plugin.factoryloader: checking directory path
".../PyQt6/Qt6/plugins/accessible" ...
qt.core.plugin.factoryloader: checking directory path
"/home/edreamleo/miniforge3/bin/accessible" ...

Leo 6.8.2-devel, devel branch, build c22c944ab2
2024-10-15 00:21:42 -0500
Python 3.12.6, PyQt version 6.7.3
linux
SessionManager.load_snapshot: no previous session

QQQQQ Ends

Does anything stand out for you?

Edward

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/leo-editor/CAMF8tS0pJLUNTH0T9dVqWFe6ie6TA6WWcDsqTHS9YKZenSE%2Bvw%40mail.gmail.com.

Reply via email to