-
Notifications
You must be signed in to change notification settings - Fork 167
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
Only a single monitor out of three is locked when running in native wayland mode #473
Comments
I also have this issue on sway. |
I have the same problem. Laptop && Monitor. Sway. Solution: GDK_BACKEND=x11 and wayland - not work for me.
|
I debugged the problem and found a workaround. In my case, two break screens do get created and for some reason they spawn in the same workspace. The workaround is to set the sway output for the break screen in the config. Break screen you may have a different number depending on which primary-display you have.
|
This is still relevant on sway, I'm not sure if a fix would be easy to implement, maybe the workaround should be documented in the meantime |
I just noticed something similar although on a single laptop display with multiple workspaces in Sway, only the current workspace is locked and I can switch to anywhere else, sometimes it locks right before I switch and I don't even notice the locked screen on the inactive workspace. This might be a different issue, though. |
Same issue on Hyprland, Archlinux. |
Could be related to #207 |
This should be fixed by #561. |
I can confirm that the multi-monitor issue is fixed indeed, now it appears on both external monitor and laptop. But the lock screen is only present on the current workspace, so switching to another, workspace there is no lock screen. Sometimes it happens that I am just about to switch when Safe Eyes kicks in and then the lock screen shows up only on the workspace I just left and not where I am currently. With the recent fix it at least shows up now on the second monitor to give me a hint. But it would be nice if the lock screen would apply to all workspaces, just like when I lock the session. Is this a different issue? |
@mihalyr Did you test with #561, or the latest version? |
I tested with v2.2.2 the last released version.
I can still use keyboard shortcuts on the lock screen. I'm using Safe Eyes from Flatpak, btw. Let me know if you want me to test or debug something. |
Steps to reproduce the behavior:
safeeyes
in native wayland mode. To double check runxprop
and try to click on safeeyes settings window. It should not be possibleExpected behavior
All of the monitors should be locked. When I run
GDK_BACKEND=x11 safeeyes
correctly locks all three monitors.Desktop (please complete the following information):
Debug Log
safeeyes --debug
safeeyes.logGDK_BACKEND=x11 safeeyes --debug
GDK_BACKED=x11-safeeyes.logThe text was updated successfully, but these errors were encountered: