Hi,
Am I the only one having:
Qt FATAL: Cannot mix incompatible Qt library (5.15.10) with this library (5.15.11)
after the upgrade?
Looks like the QT based apps (keepassXC, VB, Qbittorrent) are affected and not being able to run them (core dumped).
any suggestions how to fix ?
EDIT: I think I found the issue - the package python3-qt5
is still on 5.15.10
and this package is a dependency of:
autokey-py3-qt polychromatic python-qscintilla hplip torbrowser-launcher python-qtwebengine
EDIT2: even after removing python3-qt5
and all packages from above + system reboot, the problem still persist.
Can't find what other package causes the version mismatch.
EDIT3: Managed to trace the coredump to this shared object /usr/lib64/qt5/plugins/styles/libqgtk2style.so
which is provided by qtstyleplugins
.
If I remove the shared object, the application is starting, but it's ugly / messy / gui unusable.
Removed qtstyleplugins
and the dependent packages:
budgie-desktop-branding-livecd budgie-desktop-branding
EDIT4:
Looks like my system install is waaaay too old (5+ years) and something along all customizations I made broke after the latest patch.
Maybe rebuilding the qtstyleplugins
against the newest qt5-base
will fix the issue ?
EDIT5: rebuilding the qtstylesplugins
with latest qt5-base
really fixes the issue. I guess no PR will be needed, because it's just rebuild and no changes were made to the package.
Cheers,
PY