Hi @ogra. I followed the thread āCannot run PyQt5 snap in Ubuntu Coreā and added QT_DEBUG_PLUGINS and QT_PLUGINS_PATH as @Saviq suggested but no luck.
Here are the complete logs after setting both of the variables
Prepairing launch ...
Environment variables setup complete ...
QFactoryLoader::QFactoryLoader() checking directory path "/snap/cluemaster-mediadisplay-core/5/PyQt5/Qt/plugins/platforms" ...
QFactoryLoader::QFactoryLoader() looking at "/snap/cluemaster-mediadisplay-core/5/PyQt5/Qt/plugins/platforms/libqeglfs.so"
Found metadata in lib /snap/cluemaster-mediadisplay-core/5/PyQt5/Qt/plugins/platforms/libqeglfs.so, metadata=
{
"IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3",
"MetaData": {
"Keys": [
"eglfs"
]
},
"archreq": 0,
"className": "QEglFSIntegrationPlugin",
"debug": false,
"version": 330752
}
Got keys from plugin meta data ("eglfs")
QFactoryLoader::QFactoryLoader() looking at "/snap/cluemaster-mediadisplay-core/5/PyQt5/Qt/plugins/platforms/libqlinuxfb.so"
Found metadata in lib /snap/cluemaster-mediadisplay-core/5/PyQt5/Qt/plugins/platforms/libqlinuxfb.so, metadata=
{
"IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3",
"MetaData": {
"Keys": [
"linuxfb"
]
},
"archreq": 0,
"className": "QLinuxFbIntegrationPlugin",
"debug": false,
"version": 330752
}
Got keys from plugin meta data ("linuxfb")
QFactoryLoader::QFactoryLoader() looking at "/snap/cluemaster-mediadisplay-core/5/PyQt5/Qt/plugins/platforms/libqminimal.so"
Found metadata in lib /snap/cluemaster-mediadisplay-core/5/PyQt5/Qt/plugins/platforms/libqminimal.so, metadata=
{
"IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3",
"MetaData": {
"Keys": [
"minimal"
]
},
"archreq": 0,
"className": "QMinimalIntegrationPlugin",
"debug": false,
"version": 330752
}
Got keys from plugin meta data ("minimal")
QFactoryLoader::QFactoryLoader() looking at "/snap/cluemaster-mediadisplay-core/5/PyQt5/Qt/plugins/platforms/libqminimalegl.so"
Found metadata in lib /snap/cluemaster-mediadisplay-core/5/PyQt5/Qt/plugins/platforms/libqminimalegl.so, metadata=
{
"IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3",
"MetaData": {
"Keys": [
"minimalegl"
]
},
"archreq": 0,
"className": "QMinimalEglIntegrationPlugin",
"debug": false,
"version": 330752
}
Got keys from plugin meta data ("minimalegl")
QFactoryLoader::QFactoryLoader() looking at "/snap/cluemaster-mediadisplay-core/5/PyQt5/Qt/plugins/platforms/libqoffscreen.so"
Found metadata in lib /snap/cluemaster-mediadisplay-core/5/PyQt5/Qt/plugins/platforms/libqoffscreen.so, metadata=
{
"IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3",
"MetaData": {
"Keys": [
"offscreen"
]
},
"archreq": 0,
"className": "QOffscreenIntegrationPlugin",
"debug": false,
"version": 330752
}
Got keys from plugin meta data ("offscreen")
QFactoryLoader::QFactoryLoader() looking at "/snap/cluemaster-mediadisplay-core/5/PyQt5/Qt/plugins/platforms/libqvnc.so"
Found metadata in lib /snap/cluemaster-mediadisplay-core/5/PyQt5/Qt/plugins/platforms/libqvnc.so, metadata=
{
"IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3",
"MetaData": {
"Keys": [
"vnc"
]
},
"archreq": 0,
"className": "QVncIntegrationPlugin",
"debug": false,
"version": 330752
}
Got keys from plugin meta data ("vnc")
QFactoryLoader::QFactoryLoader() looking at "/snap/cluemaster-mediadisplay-core/5/PyQt5/Qt/plugins/platforms/libqwayland-egl.so"
Found metadata in lib /snap/cluemaster-mediadisplay-core/5/PyQt5/Qt/plugins/platforms/libqwayland-egl.so, metadata=
{
"IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3",
"MetaData": {
"Keys": [
"wayland-egl"
]
},
"archreq": 0,
"className": "QWaylandEglPlatformIntegrationPlugin",
"debug": false,
"version": 330752
}
Got keys from plugin meta data ("wayland-egl")
QFactoryLoader::QFactoryLoader() looking at "/snap/cluemaster-mediadisplay-core/5/PyQt5/Qt/plugins/platforms/libqwayland-generic.so"
Found metadata in lib /snap/cluemaster-mediadisplay-core/5/PyQt5/Qt/plugins/platforms/libqwayland-generic.so, metadata=
{
"IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3",
"MetaData": {
"Keys": [
"wayland"
]
},
"archreq": 0,
"className": "QWaylandIntegrationPlugin",
"debug": false,
"version": 330752
}
Got keys from plugin meta data ("wayland")
QFactoryLoader::QFactoryLoader() looking at "/snap/cluemaster-mediadisplay-core/5/PyQt5/Qt/plugins/platforms/libqwayland-xcomposite-egl.so"
Found metadata in lib /snap/cluemaster-mediadisplay-core/5/PyQt5/Qt/plugins/platforms/libqwayland-xcomposite-egl.so, metadata=
{
"IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3",
"MetaData": {
"Keys": [
"wayland-xcomposite-egl"
]
},
"archreq": 0,
"className": "QWaylandXCompositeEglPlatformIntegrationPlugin",
"debug": false,
"version": 330752
}
Got keys from plugin meta data ("wayland-xcomposite-egl")
QFactoryLoader::QFactoryLoader() looking at "/snap/cluemaster-mediadisplay-core/5/PyQt5/Qt/plugins/platforms/libqwayland-xcomposite-glx.so"
Found metadata in lib /snap/cluemaster-mediadisplay-core/5/PyQt5/Qt/plugins/platforms/libqwayland-xcomposite-glx.so, metadata=
{
"IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3",
"MetaData": {
"Keys": [
"wayland-xcomposite-glx"
]
},
"archreq": 0,
"className": "QWaylandXCompositeGlxPlatformIntegrationPlugin",
"debug": false,
"version": 330752
}
Got keys from plugin meta data ("wayland-xcomposite-glx")
QFactoryLoader::QFactoryLoader() looking at "/snap/cluemaster-mediadisplay-core/5/PyQt5/Qt/plugins/platforms/libqxcb.so"
Found metadata in lib /snap/cluemaster-mediadisplay-core/5/PyQt5/Qt/plugins/platforms/libqxcb.so, metadata=
{
"IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3",
"MetaData": {
"Keys": [
"xcb"
]
},
"archreq": 0,
"className": "QXcbIntegrationPlugin",
"debug": false,
"version": 330752
}
Got keys from plugin meta data ("xcb")
QFactoryLoader::QFactoryLoader() checking directory path "/snap/cluemaster-mediadisplay-core/5/platforms" ...
loaded library "/snap/cluemaster-mediadisplay-core/5/PyQt5/Qt/plugins/platforms/libqwayland-egl.so"
Using Wayland-EGL
QFactoryLoader::QFactoryLoader() checking directory path "/snap/cluemaster-mediadisplay-core/5/PyQt5/Qt/plugins/platformthemes" ...
QFactoryLoader::QFactoryLoader() looking at "/snap/cluemaster-mediadisplay-core/5/PyQt5/Qt/plugins/platformthemes/libqgtk2.so"
Found metadata in lib /snap/cluemaster-mediadisplay-core/5/PyQt5/Qt/plugins/platformthemes/libqgtk2.so, metadata=
{
"IID": "org.qt-project.Qt.QPA.QPlatformThemeFactoryInterface.5.1",
"MetaData": {
"Keys": [
"gtk2"
]
},
"archreq": 0,
"className": "QGtk2ThemePlugin",
"debug": false,
"version": 330752
}
Got keys from plugin meta data ("gtk2")
QFactoryLoader::QFactoryLoader() looking at "/snap/cluemaster-mediadisplay-core/5/PyQt5/Qt/plugins/platformthemes/libqgtk3.so"
Found metadata in lib /snap/cluemaster-mediadisplay-core/5/PyQt5/Qt/plugins/platformthemes/libqgtk3.so, metadata=
{
"IID": "org.qt-project.Qt.QPA.QPlatformThemeFactoryInterface.5.1",
"MetaData": {
"Keys": [
"gtk3"
]
},
"archreq": 0,
"className": "QGtk3ThemePlugin",
"debug": false,
"version": 330752
}
Got keys from plugin meta data ("gtk3")
QFactoryLoader::QFactoryLoader() checking directory path "/snap/cluemaster-mediadisplay-core/5/platformthemes" ...
QFactoryLoader::QFactoryLoader() checking directory path "/snap/cluemaster-mediadisplay-core/5/PyQt5/Qt/plugins/styles" ...
QFactoryLoader::QFactoryLoader() looking at "/snap/cluemaster-mediadisplay-core/5/PyQt5/Qt/plugins/styles/libqcleanlooksstyle.so"
Found metadata in lib /snap/cluemaster-mediadisplay-core/5/PyQt5/Qt/plugins/styles/libqcleanlooksstyle.so, metadata=
{
"IID": "org.qt-project.Qt.QStyleFactoryInterface",
"MetaData": {
"Keys": [
"cleanlooks"
]
},
"archreq": 0,
"className": "QCleanlooksStylePlugin",
"debug": false,
"version": 330752
}
Got keys from plugin meta data ("cleanlooks")
QFactoryLoader::QFactoryLoader() looking at "/snap/cluemaster-mediadisplay-core/5/PyQt5/Qt/plugins/styles/libqgtk2style.so"
Found metadata in lib /snap/cluemaster-mediadisplay-core/5/PyQt5/Qt/plugins/styles/libqgtk2style.so, metadata=
{
"IID": "org.qt-project.Qt.QStyleFactoryInterface",
"MetaData": {
"Keys": [
"gtk2"
]
},
"archreq": 0,
"className": "QGtk2StylePlugin",
"debug": false,
"version": 330752
}
Got keys from plugin meta data ("gtk2")
QFactoryLoader::QFactoryLoader() looking at "/snap/cluemaster-mediadisplay-core/5/PyQt5/Qt/plugins/styles/libqmotifstyle.so"
Found metadata in lib /snap/cluemaster-mediadisplay-core/5/PyQt5/Qt/plugins/styles/libqmotifstyle.so, metadata=
{
"IID": "org.qt-project.Qt.QStyleFactoryInterface",
"MetaData": {
"Keys": [
"motif",
"cde"
]
},
"archreq": 0,
"className": "QMotifStylePlugin",
"debug": false,
"version": 330752
}
Got keys from plugin meta data ("motif", "cde")
QFactoryLoader::QFactoryLoader() looking at "/snap/cluemaster-mediadisplay-core/5/PyQt5/Qt/plugins/styles/libqplastiquestyle.so"
Found metadata in lib /snap/cluemaster-mediadisplay-core/5/PyQt5/Qt/plugins/styles/libqplastiquestyle.so, metadata=
{
"IID": "org.qt-project.Qt.QStyleFactoryInterface",
"MetaData": {
"Keys": [
"plastique"
]
},
"archreq": 0,
"className": "QPlastiqueStylePlugin",
"debug": false,
"version": 330752
}
Got keys from plugin meta data ("plastique")
QFactoryLoader::QFactoryLoader() checking directory path "/snap/cluemaster-mediadisplay-core/5/styles" ...
QFactoryLoader::QFactoryLoader() checking directory path "/snap/cluemaster-mediadisplay-core/5/PyQt5/Qt/plugins/iconengines" ...
QFactoryLoader::QFactoryLoader() looking at "/snap/cluemaster-mediadisplay-core/5/PyQt5/Qt/plugins/iconengines/libqsvgicon.so"
Found metadata in lib /snap/cluemaster-mediadisplay-core/5/PyQt5/Qt/plugins/iconengines/libqsvgicon.so, metadata=
{
"IID": "org.qt-project.Qt.QIconEngineFactoryInterface",
"MetaData": {
"Keys": [
"svg",
"svgz",
"svg.gz"
]
},
"archreq": 0,
"className": "QSvgIconPlugin",
"debug": false,
"version": 330752
}
Got keys from plugin meta data ("svg", "svgz", "svg.gz")
QFactoryLoader::QFactoryLoader() checking directory path "/snap/cluemaster-mediadisplay-core/5/iconengines" ...
QFactoryLoader::QFactoryLoader() checking directory path "/snap/cluemaster-mediadisplay-core/5/PyQt5/Qt/plugins/imageformats" ...
QFactoryLoader::QFactoryLoader() looking at "/snap/cluemaster-mediadisplay-core/5/PyQt5/Qt/plugins/imageformats/libqgif.so"
Found metadata in lib /snap/cluemaster-mediadisplay-core/5/PyQt5/Qt/plugins/imageformats/libqgif.so, metadata=
{
"IID": "org.qt-project.Qt.QImageIOHandlerFactoryInterface",
"MetaData": {
"Keys": [
"gif"
],
"MimeTypes": [
"image/gif"
]
},
"archreq": 0,
"className": "QGifPlugin",
"debug": false,
"version": 330752
}
Got keys from plugin meta data ("gif")
QFactoryLoader::QFactoryLoader() looking at "/snap/cluemaster-mediadisplay-core/5/PyQt5/Qt/plugins/imageformats/libqico.so"
Found metadata in lib /snap/cluemaster-mediadisplay-core/5/PyQt5/Qt/plugins/imageformats/libqico.so, metadata=
{
"IID": "org.qt-project.Qt.QImageIOHandlerFactoryInterface",
"MetaData": {
"Keys": [
"ico",
"cur"
],
"MimeTypes": [
"image/vnd.microsoft.icon",
"image/vnd.microsoft.icon"
]
},
"archreq": 0,
"className": "QICOPlugin",
"debug": false,
"version": 330752
}
Got keys from plugin meta data ("ico", "cur")
QFactoryLoader::QFactoryLoader() looking at "/snap/cluemaster-mediadisplay-core/5/PyQt5/Qt/plugins/imageformats/libqjpeg.so"
Found metadata in lib /snap/cluemaster-mediadisplay-core/5/PyQt5/Qt/plugins/imageformats/libqjpeg.so, metadata=
{
"IID": "org.qt-project.Qt.QImageIOHandlerFactoryInterface",
"MetaData": {
"Keys": [
"jpg",
"jpeg"
],
"MimeTypes": [
"image/jpeg",
"image/jpeg"
]
},
"archreq": 0,
"className": "QJpegPlugin",
"debug": false,
"version": 330752
}
Got keys from plugin meta data ("jpg", "jpeg")
QFactoryLoader::QFactoryLoader() looking at "/snap/cluemaster-mediadisplay-core/5/PyQt5/Qt/plugins/imageformats/libqsvg.so"
Found metadata in lib /snap/cluemaster-mediadisplay-core/5/PyQt5/Qt/plugins/imageformats/libqsvg.so, metadata=
{
"IID": "org.qt-project.Qt.QImageIOHandlerFactoryInterface",
"MetaData": {
"Keys": [
"svg",
"svgz"
],
"MimeTypes": [
"image/svg+xml",
"image/svg+xml-compressed"
]
},
"archreq": 0,
"className": "QSvgPlugin",
"debug": false,
"version": 330752
}
Got keys from plugin meta data ("svg", "svgz")
QFactoryLoader::QFactoryLoader() checking directory path "/snap/cluemaster-mediadisplay-core/5/imageformats" ...
loaded library "/snap/cluemaster-mediadisplay-core/5/PyQt5/Qt/plugins/imageformats/libqgif.so"
loaded library "/snap/cluemaster-mediadisplay-core/5/PyQt5/Qt/plugins/imageformats/libqico.so"
loaded library "/snap/cluemaster-mediadisplay-core/5/PyQt5/Qt/plugins/imageformats/libqjpeg.so"
loaded library "/snap/cluemaster-mediadisplay-core/5/PyQt5/Qt/plugins/imageformats/libqsvg.so"
QFactoryLoader::QFactoryLoader() checking directory path "/snap/cluemaster-mediadisplay-core/5/PyQt5/Qt/plugins/accessiblebridge" ...
QFactoryLoader::QFactoryLoader() checking directory path "/snap/cluemaster-mediadisplay-core/5/accessiblebridge" ...
QFactoryLoader::QFactoryLoader() checking directory path "/snap/cluemaster-mediadisplay-core/5/PyQt5/Qt/plugins/wayland-shell-integration" ...
QFactoryLoader::QFactoryLoader() checking directory path "/snap/cluemaster-mediadisplay-core/5/wayland-shell-integration" ...
qt.qpa.wayland: No shell integration named "xdg-shell" found
qt.qpa.wayland: No shell integration named "xdg-shell-v6" found
qt.qpa.wayland: No shell integration named "wl-shell" found
qt.qpa.wayland: No shell integration named "ivi-shell" found
qt.qpa.wayland: Loading shell integration failed.
qt.qpa.wayland: Attempted to load the following shells ("xdg-shell", "xdg-shell-v6", "wl-shell", "ivi-shell")
QFactoryLoader::QFactoryLoader() checking directory path "/snap/cluemaster-mediadisplay-core/5/PyQt5/Qt/plugins/accessible" ...
QFactoryLoader::QFactoryLoader() checking directory path "/snap/cluemaster-mediadisplay-core/5/accessible" ...
QFactoryLoader::QFactoryLoader() checking directory path "/snap/cluemaster-mediadisplay-core/5/PyQt5/Qt/plugins/wayland-decoration-client" ...
QFactoryLoader::QFactoryLoader() checking directory path "/snap/cluemaster-mediadisplay-core/5/wayland-decoration-client" ...
No decoration plugins available. Running with no decorations.
qt.qpa.wayland: Wayland does not support QWindow::requestActivate()