Summary: | System Settigns crash when opening Application Style from left panel | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | Evren <evren320> |
Component: | generic-crash | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | REOPENED --- | ||
Severity: | crash | CC: | kde, nate |
Priority: | NOR | Keywords: | drkonqi |
Version: | 5.24.3 | ||
Target Milestone: | --- | ||
Platform: | Manjaro | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Evren
2022-04-10 11:53:45 UTC
i just noticed an error message in systemsettings app terminal output after crash: Cannot mix incompatible Qt library (5.15.2) with this library (5.15.3) I guess problem is easy to solve now. This problem begin after the moment i did a 'pacman -Syu' several days ago, but doing update doesn't fix it for now, perhaps manjaro or arch issue. The crash is in a third party Qt style can you tell me how can i delete third party styles so it may not crash then? I found the reason of the crash: I have installed qt5-styleplugins from AUR, then after i have updated qt versions, AUR did not auto update, so it crashed kcm_style. Recompiling qt5-styleplugins AUR package fixed the problem, removing it also fixed the problem. But i believe the expected behaviour of systemsettings kcm_style is not "crash", instead it should show a warning message on that broken plugin only, and should work normally for normal style changes on the list, so i have reopened the bug for this reason. Perhaps a fix could be an exception handler on plugin loading part, i am not expert on kde development so i just guess a solution would be easy. (In reply to Evren from comment #4) > I found the reason of the crash: > I have installed qt5-styleplugins from AUR, then after i have updated qt > versions, AUR did not auto update, so it crashed kcm_style. > Recompiling qt5-styleplugins AUR package fixed the problem, removing it also > fixed the problem. > But i believe the expected behaviour of systemsettings kcm_style is not > "crash", instead it should show a warning message on that broken plugin > only, and should work normally for normal style changes on the list, so i > have reopened the bug for this reason. > > Perhaps a fix could be an exception handler on plugin loading part, i am not > expert on kde development so i just guess a solution would be easy. Just ran into this issues and above suggestion fixed it. Thanks |