| Summary: | screen locker does not work anymore after upgrading to 5.24.3 | ||
|---|---|---|---|
| Product: | [Unmaintained] kscreenlocker | Reporter: | Franco Pellegrini <francogpellegrini> |
| Component: | general | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | crash | CC: | bshah, gabriel, kde |
| Priority: | NOR | ||
| Version First Reported In: | 5.24.3 | ||
| Target Milestone: | --- | ||
| Platform: | Neon | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | error reported by kde | ||
|
Description
Franco Pellegrini
2022-03-09 16:28:56 UTC
Crashes need a backtrace to be actionable. You may find it easier to run kscreenlocker_greet --testing manually This appears to be the same problem as mentioned in bug 451315. I'd mark this as a duplicate, but since it was reported first I'm not sure if that is the right way to go about it. Either way, there is more information to be found in the other reports on the same bug. :^) Created attachment 147418 [details]
error reported by kde
This is the error reported when I woke up my pc after session lock down
(In reply to David Edmundson from comment #1) > Crashes need a backtrace to be actionable. > > You may find it easier to run kscreenlocker_greet --testing manually Can you list the commands to log this error? I tried that command without success /usr/lib/libexec/kscreenlocker_greet --testing (In reply to David Edmundson from comment #5) > /usr/lib/libexec/kscreenlocker_greet --testing it say: command not found Some distros change it. It might be lib64 instead of lib. You can try finding the file, failing that lets hope someone else hits the same bug (In reply to David Edmundson from comment #7) > Some distros change it. It might be lib64 instead of lib. > > You can try finding the file, failing that lets hope someone else hits the > same bug cannot find either For KDE Neon it should be: /usr/lib/x86_64-linux-gnu/libexec/kscreenlocker_greet --testing (In reply to Gabriel from comment #9) > For KDE Neon it should be: > /usr/lib/x86_64-linux-gnu/libexec/kscreenlocker_greet --testing I get: /usr/lib/x86_64-linux-gnu/libexec/kscreenlocker_greet: symbol lookup error: /lib/x86_64-linux-gnu/libLayerShellQtInterface.so.5: undefined symbol: wl_proxy_marshal_flags (In reply to Franco Pellegrini from comment #10) > I get: > /usr/lib/x86_64-linux-gnu/libexec/kscreenlocker_greet: symbol lookup error: > /lib/x86_64-linux-gnu/libLayerShellQtInterface.so.5: undefined symbol: wl_proxy_marshal_flags Hm, okay. A guess would be that 'wl' means Wayland perhaps? I know that there were some related packages missing in the 5.24.3 update, so could you please make sure that you're completely up to date and try the screen locker again? I encountered this same issue and updating resolved it for me. It's best to rule out that possibility first before before digging deeper. :^) *** This bug has been marked as a duplicate of bug 451315 *** |