-
Notifications
You must be signed in to change notification settings - Fork 209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
swaylock causes labwc to go blank when user is on another tty #392
Comments
If you see a segfault, share the stack trace from the generated coredump and any log output. Make sure it's not swaylock-effects you're testing. Going blank is labwc itself, and that's part of the lock screen spec. alsway shows a red screen for example. |
It's not just going blank.
Stack trace is here.
|
That's by design, it would be a huge security issue if a crashed lock screen lead to an unlocked session. All Wayland servers should behave this way if they implemented the protocol correctly
It lacks debug symbols (all the |
I compiled swaylock in debug mode and tested again.
And log from labwc.
|
It's possible that segmentation fault occurs and swaylock causes labwc to go blank in the following situations.
swaylock
directly on another tty.swaylock
is executed byswayidle
when user is on another tty.And in the following situations it works properly.
swaylock
is executed in a terminal emulator in labwc.I also tested with
waylock
, and it works properly.Versions:
Distribution: Archlinux
The text was updated successfully, but these errors were encountered: