Artix Linux Forum

Artix Linux => Package management => Topic started by: Octane on 25 May 2025, 15:30:32

Title: [SOLVED] Qt5 applications don't start, "Cannot mix incompatible Qt library"
Post by: Octane on 25 May 2025, 15:30:32
Code: [Select]
[user@machine ~]$ krita
QApplication: invalid style override 'gtk' passed, ignoring it.
Available styles: bb10dark, bb10bright, cleanlooks, gtk2, cde, motif, plastique, Windows, Fusion
Cannot mix incompatible Qt library (5.15.16) with this library (5.15.17)
zsh: IOT instruction  krita
[user@machine ~]$ smplayer
QApplication: invalid style override 'gtk' passed, ignoring it.
Available styles: bb10dark, bb10bright, cleanlooks, gtk2, cde, motif, plastique, Windows, Fusion
Cannot mix incompatible Qt library (5.15.16) with this library (5.15.17)
zsh: IOT instruction  smplayer
[user@machine ~]$
I'm currently experiencing problems with Qt applications not starting. The solution intended for Arch Linux that I found didn't work in full, aside from uninstalling qt5-styleplugins and artix-qt-presets and artix-gtk-presets, but that breaks theming.
Anyway, this kind of problem is usually solved by an update, but no one else has posted about it and it's been almost 10 hours since I discovered the issue without an update having been issued. So I felt making a post about it might be a good idea.
Title: Re: Qt applications don't start, "Cannot mix incompatible Qt library"
Post by: Dju on 25 May 2025, 16:18:37
hello,
can't launch keepassxc anymore, i have the same message :
Quote
Cannot mix incompatible Qt library (5.15.16) with this library (5.15.17)
Aborted
Title: Re: Qt applications don't start, "Cannot mix incompatible Qt library"
Post by: corysanin on 25 May 2025, 20:28:53
Fixed with a bump to qt5-styleplugins
Title: Re: Qt applications don't start, "Cannot mix incompatible Qt library"
Post by: Dju on 26 May 2025, 19:02:18
yep, fixed :)
thanks.