When I run manjaro-settings-manager in terminal I get this:
Cannot mix incompatible Qt library (5.15.2) with this library (5.15.3)
Aborted (core dumped)
Is this a bug that I just need to wait for manjaro-settings-manager to be re-packaged.
When I run manjaro-settings-manager in terminal I get this:
Cannot mix incompatible Qt library (5.15.2) with this library (5.15.3)
Aborted (core dumped)
Is this a bug that I just need to wait for manjaro-settings-manager to be re-packaged.
No, it is not a bug. It must be an outdated mirror. I have no problems. Update your system.
# chose your location
sudo pacman-mirrors -c Germany
pamac update --force-refresh --enable-downgrade --no-aur
Same error as before. I chose mirror United_States.
Do you have packages from the AUR?
pamac list | grep AUR
No. I get no output from running that command.
And this?
pamac list --installed | grep qt5
deepin-qt5integration 5.5.8-2 community 929.9 kB
deepin-qt5platform-plugins 5.0.46-2 community 682.1 kB
libdbusmenu-qt5 0.9.3+16.04.20160218-6 extra 662.1 kB
polkit-qt5 0.114.0-1 extra 307.4 kB
poppler-qt5 22.03.0-1 extra 781.6 kB
python-pyqt5 5.15.6-7 extra 27.6 MB
python-pyqt5-sip 12.9.1-1 extra 156.6 kB
python-pyqt5-webengine 5.15.5-4 extra 629.7 kB
python-sip-pyqt5 4.19.19-3 149.1 kB
qt5-base 5.15.3+kde+r133-1 extra 65.9 MB
qt5-declarative 5.15.3+kde+r20-1 extra 24.8 MB
qt5-location 5.15.3+kde+r0-1 extra 5.4 MB
qt5-multimedia 5.15.3+kde+r0-1 extra 3.6 MB
qt5-speech 5.15.3+kde+r1-1 extra 181.7 kB
qt5-styleplugins 5.0.0.20170311-25 1.2 MB
qt5-svg 5.15.3+kde+r12-1 extra 515.1 kB
qt5-translations 5.15.3+kde+r2-1 extra 15.2 MB
qt5-wayland 5.15.3+kde+r40-1 extra 6.4 MB
qt5-webchannel 5.15.3+kde+r3-1 extra 238.1 kB
qt5-webengine 5.15.8-10 extra 160.1 MB
qt5-x11extras 5.15.3+kde+r0-1 extra 41.8 kB
qt5ct 1.5-2 community 882.2 kB
Is Tor-Browser from the AUR?
When I run: pamac list --installed | grep tor-browser, I get no extra or community.
Don’t have to. There are both version:
$ pamac search torbrowser
torbrowser-launcher-git 0.3.2.r49.g0e020dc-1 AUR
Securely and easily download, verify, install and launch Tor Browser
torbrowser-launcher 0.3.5-4 community
Securely and easily download, verify, install, and launch Tor Browser in Linux
So there is a library on 5.15.2
which is incompatible with 5.15.3
. And to be honest, I have no idea which package it is. Normally, you can just upgrade the system and thats it.
Maybe choose a mirror of a different location.
Tried with Germany. output: there is nothing to do
I have the tor-browser package not torbrowser-launcher-git or torbrowser-launcher. Both are not installed.
The tor-browser could be from the AUR.
Just a guess, but could be a problem of deepin:
However, try to run it like this:
QT_DEBUG_PLUGINS=1 QML_IMPORT_TRACE=1 manjaro-settings-manager
And see where the problem lies.
QFactoryLoader::QFactoryLoader() checking directory path "/usr/lib/qt/plugins/platforms" ...
QFactoryLoader::QFactoryLoader() looking at "/usr/lib/qt/plugins/platforms/libdxcb.so"
Found metadata in lib /usr/lib/qt/plugins/platforms/libdxcb.so, metadata=
{
"IID": "org.qt-project.Qt.QPA.QPlatformIntegrationFactoryInterface.5.3",
"MetaData": {
"Keys": [
"xcb",
"dxcb"
]
},
"archreq": 0,
"className": "DPlatformIntegrationPlugin",
"debug": false,
"version": 331520
}
Got keys from plugin meta data ("xcb", "dxcb")
QFactoryLoader::QFactoryLoader() looking at "/usr/lib/qt/plugins/platforms/libqeglfs.so"
Found metadata in lib /usr/lib/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": 331520
}
Got keys from plugin meta data ("eglfs")
QFactoryLoader::QFactoryLoader() looking at "/usr/lib/qt/plugins/platforms/libqlinuxfb.so"
Found metadata in lib /usr/lib/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": 331520
}
Got keys from plugin meta data ("linuxfb")
QFactoryLoader::QFactoryLoader() looking at "/usr/lib/qt/plugins/platforms/libqminimal.so"
Found metadata in lib /usr/lib/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": 331520
}
Got keys from plugin meta data ("minimal")
QFactoryLoader::QFactoryLoader() looking at "/usr/lib/qt/plugins/platforms/libqminimalegl.so"
Found metadata in lib /usr/lib/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": 331520
}
Got keys from plugin meta data ("minimalegl")
QFactoryLoader::QFactoryLoader() looking at "/usr/lib/qt/plugins/platforms/libqoffscreen.so"
Found metadata in lib /usr/lib/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": 331520
}
Got keys from plugin meta data ("offscreen")
QFactoryLoader::QFactoryLoader() looking at "/usr/lib/qt/plugins/platforms/libqvnc.so"
Found metadata in lib /usr/lib/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": 331520
}
Got keys from plugin meta data ("vnc")
QFactoryLoader::QFactoryLoader() looking at "/usr/lib/qt/plugins/platforms/libqwayland-egl.so"
Found metadata in lib /usr/lib/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": 331520
}
Got keys from plugin meta data ("wayland-egl")
QFactoryLoader::QFactoryLoader() looking at "/usr/lib/qt/plugins/platforms/libqwayland-generic.so"
Found metadata in lib /usr/lib/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": 331520
}
Got keys from plugin meta data ("wayland")
QFactoryLoader::QFactoryLoader() looking at "/usr/lib/qt/plugins/platforms/libqwayland-xcomposite-egl.so"
Found metadata in lib /usr/lib/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": 331520
}
Got keys from plugin meta data ("wayland-xcomposite-egl")
QFactoryLoader::QFactoryLoader() looking at "/usr/lib/qt/plugins/platforms/libqwayland-xcomposite-glx.so"
Found metadata in lib /usr/lib/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": 331520
}
Got keys from plugin meta data ("wayland-xcomposite-glx")
QFactoryLoader::QFactoryLoader() looking at "/usr/lib/qt/plugins/platforms/libqxcb.so"
Found metadata in lib /usr/lib/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": 331520
}
Got keys from plugin meta data ("xcb")
QFactoryLoader::QFactoryLoader() checking directory path "/usr/bin/platforms" ...
loaded library "/usr/lib/qt/plugins/platforms/libdxcb.so"
loaded library "Xcursor"
QFactoryLoader::QFactoryLoader() checking directory path "/usr/lib/qt/plugins/platformthemes" ...
QFactoryLoader::QFactoryLoader() looking at "/usr/lib/qt/plugins/platformthemes/libqdeepin5.5.so"
Found metadata in lib /usr/lib/qt/plugins/platformthemes/libqdeepin5.5.so, metadata=
{
"IID": "org.qt-project.Qt.QPA.QPlatformThemeFactoryInterface.5.1",
"MetaData": {
"Keys": [
"deepin"
]
},
"archreq": 0,
"className": "QDeepinThemePlugin",
"debug": false,
"version": 331520
}
Got keys from plugin meta data ("deepin")
QFactoryLoader::QFactoryLoader() looking at "/usr/lib/qt/plugins/platformthemes/libqgtk2.so"
Found metadata in lib /usr/lib/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": 331520
}
Got keys from plugin meta data ("gtk2")
QFactoryLoader::QFactoryLoader() looking at "/usr/lib/qt/plugins/platformthemes/libqgtk3.so"
Found metadata in lib /usr/lib/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": 331520
}
Got keys from plugin meta data ("gtk3")
QFactoryLoader::QFactoryLoader() looking at "/usr/lib/qt/plugins/platformthemes/libqt5ct.so"
Found metadata in lib /usr/lib/qt/plugins/platformthemes/libqt5ct.so, metadata=
{
"IID": "org.qt-project.Qt.QPA.QPlatformThemeFactoryInterface.5.1",
"MetaData": {
"Keys": [
"qt5ct"
]
},
"archreq": 0,
"className": "Qt5CTPlatformThemePlugin",
"debug": false,
"version": 331520
}
Got keys from plugin meta data ("qt5ct")
QFactoryLoader::QFactoryLoader() looking at "/usr/lib/qt/plugins/platformthemes/libqxdgdesktopportal.so"
Found metadata in lib /usr/lib/qt/plugins/platformthemes/libqxdgdesktopportal.so, metadata=
{
"IID": "org.qt-project.Qt.QPA.QPlatformThemeFactoryInterface.5.1",
"MetaData": {
"Keys": [
"xdgdesktopportal",
"flatpak",
"snap"
]
},
"archreq": 0,
"className": "QXdgDesktopPortalThemePlugin",
"debug": false,
"version": 331520
}
Got keys from plugin meta data ("xdgdesktopportal", "flatpak", "snap")
QFactoryLoader::QFactoryLoader() checking directory path "/usr/bin/platformthemes" ...
loaded library "/usr/lib/qt/plugins/platformthemes/libqt5ct.so"
QFactoryLoader::QFactoryLoader() checking directory path "/usr/lib/qt/plugins/styles" ...
QFactoryLoader::QFactoryLoader() looking at "/usr/lib/qt/plugins/styles/libbb10styleplugin.so"
Found metadata in lib /usr/lib/qt/plugins/styles/libbb10styleplugin.so, metadata=
{
"IID": "org.qt-project.Qt.QStyleFactoryInterface",
"MetaData": {
"Keys": [
"bb10bright",
"bb10dark"
]
},
"archreq": 0,
"className": "QBB10StylePlugin",
"debug": false,
"version": 331520
}
Got keys from plugin meta data ("bb10bright", "bb10dark")
QFactoryLoader::QFactoryLoader() looking at "/usr/lib/qt/plugins/styles/libchameleon5.5.so"
Found metadata in lib /usr/lib/qt/plugins/styles/libchameleon5.5.so, metadata=
{
"IID": "org.qt-project.Qt.QStyleFactoryInterface",
"MetaData": {
"Keys": [
"chameleon"
]
},
"archreq": 0,
"className": "ChameleonStylePlugin",
"debug": false,
"version": 331520
}
Got keys from plugin meta data ("chameleon")
QFactoryLoader::QFactoryLoader() looking at "/usr/lib/qt/plugins/styles/libkvantum.so"
Found metadata in lib /usr/lib/qt/plugins/styles/libkvantum.so, metadata=
{
"IID": "org.qt-project.Qt.QStyleFactoryInterface",
"MetaData": {
"Keys": [
"kvantum",
"kvantum-dark"
]
},
"archreq": 0,
"className": "KvantumPlugin",
"debug": false,
"version": 331520
}
Got keys from plugin meta data ("kvantum", "kvantum-dark")
QFactoryLoader::QFactoryLoader() looking at "/usr/lib/qt/plugins/styles/libqcleanlooksstyle.so"
Found metadata in lib /usr/lib/qt/plugins/styles/libqcleanlooksstyle.so, metadata=
{
"IID": "org.qt-project.Qt.QStyleFactoryInterface",
"MetaData": {
"Keys": [
"cleanlooks"
]
},
"archreq": 0,
"className": "QCleanlooksStylePlugin",
"debug": false,
"version": 331520
}
Got keys from plugin meta data ("cleanlooks")
QFactoryLoader::QFactoryLoader() looking at "/usr/lib/qt/plugins/styles/libqgtk2style.so"
Found metadata in lib /usr/lib/qt/plugins/styles/libqgtk2style.so, metadata=
{
"IID": "org.qt-project.Qt.QStyleFactoryInterface",
"MetaData": {
"Keys": [
"gtk2"
]
},
"archreq": 0,
"className": "QGtk2StylePlugin",
"debug": false,
"version": 331520
}
Got keys from plugin meta data ("gtk2")
QFactoryLoader::QFactoryLoader() looking at "/usr/lib/qt/plugins/styles/libqmotifstyle.so"
Found metadata in lib /usr/lib/qt/plugins/styles/libqmotifstyle.so, metadata=
{
"IID": "org.qt-project.Qt.QStyleFactoryInterface",
"MetaData": {
"Keys": [
"motif",
"cde"
]
},
"archreq": 0,
"className": "QMotifStylePlugin",
"debug": false,
"version": 331520
}
Got keys from plugin meta data ("motif", "cde")
QFactoryLoader::QFactoryLoader() looking at "/usr/lib/qt/plugins/styles/libqplastiquestyle.so"
Found metadata in lib /usr/lib/qt/plugins/styles/libqplastiquestyle.so, metadata=
{
"IID": "org.qt-project.Qt.QStyleFactoryInterface",
"MetaData": {
"Keys": [
"plastique"
]
},
"archreq": 0,
"className": "QPlastiqueStylePlugin",
"debug": false,
"version": 331520
}
Got keys from plugin meta data ("plastique")
QFactoryLoader::QFactoryLoader() looking at "/usr/lib/qt/plugins/styles/libqt5ct-style.so"
Found metadata in lib /usr/lib/qt/plugins/styles/libqt5ct-style.so, metadata=
{
"IID": "org.qt-project.Qt.QStyleFactoryInterface",
"MetaData": {
"Keys": [
"qt5ct-style"
]
},
"archreq": 0,
"className": "Qt5CTStylePlugin",
"debug": false,
"version": 331520
}
Got keys from plugin meta data ("qt5ct-style")
QFactoryLoader::QFactoryLoader() checking directory path "/usr/bin/styles" ...
QFactoryLoader::QFactoryLoader() checking directory path "/usr/lib/qt/plugins/platforminputcontexts" ...
QFactoryLoader::QFactoryLoader() looking at "/usr/lib/qt/plugins/platforminputcontexts/libcomposeplatforminputcontextplugin.so"
Found metadata in lib /usr/lib/qt/plugins/platforminputcontexts/libcomposeplatforminputcontextplugin.so, metadata=
{
"IID": "org.qt-project.Qt.QPlatformInputContextFactoryInterface.5.1",
"MetaData": {
"Keys": [
"compose",
"xim"
]
},
"archreq": 0,
"className": "QComposePlatformInputContextPlugin",
"debug": false,
"version": 331520
}
Got keys from plugin meta data ("compose", "xim")
QFactoryLoader::QFactoryLoader() looking at "/usr/lib/qt/plugins/platforminputcontexts/libibusplatforminputcontextplugin.so"
Found metadata in lib /usr/lib/qt/plugins/platforminputcontexts/libibusplatforminputcontextplugin.so, metadata=
{
"IID": "org.qt-project.Qt.QPlatformInputContextFactoryInterface.5.1",
"MetaData": {
"Keys": [
"ibus"
]
},
"archreq": 0,
"className": "QIbusPlatformInputContextPlugin",
"debug": false,
"version": 331520
}
Got keys from plugin meta data ("ibus")
QFactoryLoader::QFactoryLoader() checking directory path "/usr/bin/platforminputcontexts" ...
loaded library "/usr/lib/qt/plugins/platforminputcontexts/libcomposeplatforminputcontextplugin.so"
loaded library "/usr/lib/qt/plugins/styles/libqt5ct-style.so"
loaded library "/usr/lib/qt/plugins/styles/libqgtk2style.so"
Cannot mix incompatible Qt library (5.15.2) with this library (5.15.3)
Aborted (core dumped)
When pasting terminal output, add three backticks ` OR 3 tilde ~ above and below the text:
text
I did it this time for you. Please do it like this in the future.
Thank you
So this library is the problem, but I cannot find it in the database:
$ LANG=C pamac search --files /usr/lib/qt/plugins/styles/libqgtk2style.so
No package owns /usr/lib/qt/plugins/styles/libqgtk2style.so
Can you? I guess this is the outdated library.
/usr/lib/qt/plugins/styles/libqgtk2style.so is owned by qt5-styleplugins
I saw somewhere that xfce when to gtk3 do I need to install those packages?
Install_Desktop_Environments on the wiki
sudo pacman -S xfce4-gtk3 xfce4-goodies xfce4-terminal network-manager-applet xfce4-notifyd-gtk3 xfce4-whiskermenu-plugin-gtk3 tumbler engrampa
And here we have it, it is an AUR package:
$ pamac search qt5-styleplugins
qt5-styleplugins 5.0.0.20170311-27 AUR
Additional style plugins for Qt5
Normally it is not needed. Try to remove it.
Now it is working Thank you.
Do you recommend installing the gtk3 packages from my previous post?
Since GTK2 is obsolete, yeah would be better. GTK3 is just there for legacy support and will be soon replaced by GTK4. By “soon” I mean it will take time, but GTK3 will not be improved.