Artix Linux Forum

Artix Linux => Package management => Topic started by: itsZariep on 15 May 2022, 00:33:59

Title: Qt5 5.15.4 its on repos, and after update, Qt apps doesnt work
Post by: itsZariep on 15 May 2022, 00:33:59
as on the title say, qt5 5.15.4 its on repos, but all qt programs like simplescreenrecorder, flameshot or okular

when i try to open any Qt apps, the output is Cannot mix incompatible Qt library (5.15.3) with this library (5.15.4)
Title: Re: Qt5 5.15.4 its on repos, and after update, Qt apps doesnt work
Post by: Artist on 15 May 2022, 00:52:45
My apologies; this version should have been pushed to staging, not world.
Please downgrade using:
Code: [Select]
sudo pacman -U /var/cache/pacman/pkg/qt5-base-5.15.3+kde+r145-1-x86_64.pkg.tar.zst
artist