Seite 1 von 1

Krusader funktioniert nicht mehr

Verfasst: Freitag 12. Mai 2023, 15:52
von Hanisch
Hallo,
nach dem letzte Update funktioniert der Krusader nicht mehr.

Code: Alles auswählen

$ krusader
kf.i18n: KLocalizedString: Using an empty domain, fix the code. msgid: "No jobs" msgid_plural: "" msgctxt: ""
15:47:21.962-fatal default unknown@0 # Cannot mix incompatible Qt library (5.15.8) with this library (5.15.9)
Abgebrochen (Speicherabzug geschrieben)
Wie löst man das Problem?

Gruß
Ch. Hanisch

Re: Krusader funktioniert nicht mehr

Verfasst: Freitag 12. Mai 2023, 18:15
von kroschi
Hi,
aus dem englisch sprachigen Forum half bei mir bis jetzt immer, Zitat:

Hi,
After the update VirtualBox, OwnCloud and Birdtray could not be launched. An error appeared every time:
Cannot mix incompatible Qt library (5.15.3) with this library (5.15.4)
Downgrading qt5-base solved the problem.

Und dann…

Cannot mix incompatible Qt library (5.15.2) with this library (5.15.3)
• Check the mirror you use is up to date:
sudo pacman-mirrors -f 5 && sudo pacman -Syyu
• If you use qt5-styleplugins (AUR), rebuild or remove it:
pamac build qt5-styleplugins

Ist zwar schon etwas älter der Beitrag, funktioniert aber.

LG kroschi

Re: Krusader funktioniert nicht mehr

Verfasst: Samstag 13. Mai 2023, 11:45
von Hanisch
Hallo,
die Lösung war:

Code: Alles auswählen

$ pamac build qt5-styleplugins
Danke!

Gruß
Ch. Hanisch