mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #265] can’t lock the screen on a Windows client with Windows+L #214
Labels
No labels
HiDPI
bounty
bsd/freebsd
bsd/openbsd
bug
bug
build-infra
cantfix
critical
doc
duplicate
enhancement
fix-available
from git
from release
good first issue
help wanted
installer/package
invalid
linux
macOS
meta
needs testing
pull-request
query
question
regression
regression
v2.4.0
windows
wontfix
work-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/barrier#214
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @delan on GitHub (Mar 10, 2019).
Original GitHub issue: https://github.com/debauchee/barrier/issues/265
Operating Systems
Server: NixOS 19.03pre170287.19eedaf867d
Client: Windows 1809 (17763.348)
Barrier Version
2.1.0-RELEASE-0b2dfd80
Steps to reproduce bug
Other info
Debug1-level server log (Windows+L)
Debug1-level client log (Windows+L)
Debug1-level server log (Windows+E)
Debug1-level client log (Windows+E)
@sikandaramin commented on GitHub (Aug 7, 2019):
Did someone get the solution to this issue??
I can confirm this exact problem.
Moreover, ctrl+alt+del also doesn't work on client machine.
@ghost commented on GitHub (Aug 28, 2019):
I also have this issue.
Server operating system: Ubuntu Mate 19.04
Client operating system: Windows 10 1809
@wjtk4444 commented on GitHub (Sep 18, 2019):
I can lock my windows client using Win+L.
Barrier 2.1.2-2 on Arch Linux
Barrier 2.3.0-snapshot-8e8b38b4 on Windows 7
I think it works on all barrier versions, the only reason I have 2.3.0-snapshot installed is because I was testing something else in the past and it just stayed like this.
@truatpasteurdotfr commented on GitHub (Sep 22, 2019):
I can also lock win10 x64 client (barriersetup-2.3.1-release.exe on Microsoft Windows [version 10.0.18362.356] ) from a CentOS-7 client x86_64 (barrier 2.3.1 git
0ed18c6b).@maverickr77 commented on GitHub (Jan 23, 2020):
I was seeing the same problem where CTRL+ALT+DLT wasn't working on a Windows 10 client (with Centos 7.7 Server).
It seems like this problem was addressed in Synergy 1.0. The workaround of updating the Windows Logon Options as suggested here works for me!
With this change, my Client now responds to both CTRL+ALT+DLT and CTRL+ALT+PAUSE/BREAK
https://github.com/symless/synergy-core/wiki/Core-User-FAQ#Why_doesnt_CtrlAltDel_work_on_secondary_screens
@ghost commented on GitHub (Jan 23, 2020):
Thanks, maverickr77. That fixed the Ctrl-Alt-Del issue.
Still not able to lock Windows by using Windowskey+L.
I am using Ubuntu 19.10 Barrier Server
and Windows 10 1909 Barrier Client
@wjtk4444 commented on GitHub (Jan 23, 2020):
@maverickr77
Could you tell me if print screen works normally for you? Mine is being recognized as alt + print screen for some reason.
I'm using the following on windows 7 client (without that Polish characters (altgr + a, s, c, etc...) don't work), but even without it I'm getting the same print screen behaviour.
Also, do you by chance use meta to open "start menu" on your server? On mine I'm running KDE with windows-like key shortcuts. Whenever I press meta on client, the "start menu" opens both on client and server. I'd like to know if it's KDE specific bug or an issue with barrier.
@maverickr77 commented on GitHub (Jan 23, 2020):
@wjtk4444 I'm seeing the same issue on my Windows 10 client. This seems to be a general issue with barrier.
Print screen doesn't grab the full screen, if atleast one window is open on my screen. It only grabs the active window. (ALT + Print Screen behavior)
However if no windows are open on the screen, Print Screen grabs the full screen.
I don't use meta or any other modifier keys or shortcuts.
@maverickr77 commented on GitHub (Jan 23, 2020):
Looks like this is an open issue in Synergy 1.x
https://members.symless.com/forums/topic/5784-print-screen-not-working-on-w10-client-pc-takes-it-as-alt/
@danielkrajnik commented on GitHub (Dec 28, 2021):
how do you lock windows 10 in general without neither ctrl+alt+delete nor Super Key+L. The only other solution was a not recommended "C:\Windows\System32\rundll32.exe user32.dll,LockWorkStation" command.
Can "lock" entry be brought back to the main menu in windows 10?
EDIT: found out that "locking buttton" in windows is located in the main menu under "user icon"
@coryw commented on GitHub (Feb 9, 2023):
For anyone wanting a quick and easy way to lock your computer with the keyboard, I created a shortcut with the target set as
C:\Windows\System32\rundll32.exe user32.dll,LockWorkStationas @danielkrajnik mentioned and placed it in the taskbar. Now I can useWindows Key + 7to lock my screen.