| Summary: | Lockscreen failure on Manjaro KDE | ||
|---|---|---|---|
| Product: | [Unmaintained] kscreenlocker | Reporter: | lapak1 |
| Component: | general | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED DOWNSTREAM | ||
| Severity: | critical | CC: | nate |
| Priority: | VHI | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Manjaro | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
lapak1
2023-05-16 07:23:34 UTC
Is it broken of you run the screen locker in testing mode in a terminal window with `QT_LOGGING_RULES='kscreenlocker_greet=true' /usr/libexec/kscreenlocker_greet --testing --theme ~/kde/src/plasma-workspace/lookandfeel`? (In reply to Nate Graham from comment #1) > Is it broken of you run the screen locker in testing mode in a terminal > window with `QT_LOGGING_RULES='kscreenlocker_greet=true' > /usr/libexec/kscreenlocker_greet --testing --theme > ~/kde/src/plasma-workspace/lookandfeel`? When i write QT_LOGGING_RULES='kscreenlocker_greet=true' /usr/lib/kscreenlocker_greet --testing --theme ~/kde/src/plasma-workspace/lookandfeel in the console i get this answer kscreenlocker_greet: Greeter is starting up. kscreenlocker_greet: [PAM] Starting... kf.kirigami: Failed to find a Kirigami platform plugin Cannot mix incompatible Qt library (5.15.8) with this library (5.15.9) zsh: IOT instruction (core dumped) QT_LOGGING_RULES='kscreenlocker_greet=true' /usr/lib/kscreenlocker_greet So it looks like my qt library is to new? Yep. If you didn't compile anything yourself, this is a distro build issue. They probably forgot to recompile everything after upgrading Qt. I would strongly recommend that you report this to them. |