-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
screenshots not working - white screen on lock #5
Comments
I have the same issue |
I just changed wlroots-git, sway-git and swaybg-git to their non-git versions and the problem is resolved. |
Sway 1.8 hasn’t been even released yet and I haven’t tried it yet. This Sway release will add support for the new lockscreen protocol. Swaylock already supports it and so does swaylock-effects – it came with mortie#86 which I rebased and merged into this repository. It seems there’s some problem with this code. Tbh, I don’t understand this code very well, so any help is welcome. |
With ext_session_lock_v1, it is impossible to obtain screenshots after the lock is initiated. The compositor is supposed to stop all normal rendering after call to ext_session_lock_manager_v1_lock(). Instead, let's enumerate outputs *before* locking the screen, so that we can obtain screenshots of each output before they are hidden by the ext_session_lock_v1 api. Fixes jirutka#5.
With ext_session_lock_v1, it is impossible to obtain screenshots after the lock is initiated. The compositor is supposed to stop all normal rendering after call to ext_session_lock_manager_v1_lock(). Instead, let's enumerate outputs *before* locking the screen, so that we can obtain screenshots of each output before they are hidden by the ext_session_lock_v1 api. Fixes jirutka#5.
Hi - recently the screenshot functionality seems to have stopped working. Instead of a blurred screenshot, I get a white screen (which seems to have the blur effect). It's like the screenshot part of the process is no longer functioning. This worked without issue previously. I am not aware of exactly when it stopped working.
Env: Dell XPS 13 7390, Manjaro
Example output:
Debug log is attached.
Please let me know if any additional information would be useful.
Thank you
swaylock_debug.log
The text was updated successfully, but these errors were encountered: