mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #177] Synchronized Desktop Locking #144
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#144
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 @DragoonAethis on GitHub (Nov 17, 2018).
Original GitHub issue: https://github.com/debauchee/barrier/issues/177
Operating Systems/Barrier Version
Feature request
Currently there are some keystrokes that are not possible to easily emulate under most platforms. One of these is Win+L which locks the Windows session, others would emulate keystrokes like Ctrl-Alt-L to lock Gnome, KDE sessions (and sometimes, emulated keystrokes aren't caught). This is a known bug for years under Synergy.
A possible solution would be to implement OS-specific desktop locking functions (eg running
loginctl lock-sessionunder Linux, callingLockWorkStationon user32.dll under Windows, callingSACLockScreenImmediatefrom theloginframework under macOS), and have these available in a portable manner as an action (so that one could add something likekeystroke(ctrl+alt+l) = lockScreen(*)to the config and have all/chosen/current screen locked).@a7hybnj2 commented on GitHub (Nov 30, 2018):
would be great to have this working. Even my 'sync screen savers' isn't working. I read it might have to do with not using xscreensaver on my linux server but even trying that did not produce results.
@ghost commented on GitHub (Apr 23, 2020):
This would be a great feature. Currently I'm working with two laptops, a linux client next to a windows server. When I'm working on the windows laptop for too long, and I see my linux screen fading out(lock screen goes in a fading fasion...), then I can prevent it from locking by quickly moving my mouse over to the linux client. Would be great to have a feature that prevents the need for this action!
@imsys commented on GitHub (Jul 9, 2020):
I found about Berrier today, installed the server on my Linux laptop, and used the Windows PC as a client.
As my laptop use less energy and doesn't produce noise, I usually don't power it off, so I decided to set it as the server.
I let most of my security sensitive stuff on my Linux and I like to let the screen locked when not working on it, but with Berrier doesn't work with my Linux screen locked.
I tried with in my Arch XFCE desktop, with light-locker, xfce4-screensaver, xscreensaver, gnome-screensaver, slock and xlockmore. All of those did not let me move the mouse to the Windows Client.
I wonder what could be done to allow it: I wonder if it was directly restricted in Barrier, or if it is the screenlockers softwares' restriction.
@DragoonAethis commented on GitHub (Jul 9, 2020):
I'd say that the point of a screen locker is to prevent any sort of interaction with a host until you've unlocked it :P At least on Linux + X11, screen lockers will grab all input and prevent any background apps (such as Barrier) from handling it.
@wokawoka commented on GitHub (Mar 22, 2023):
any news on this?
@Revadike commented on GitHub (Jul 5, 2023):
I'd love this feature!
@geothefaust commented on GitHub (Nov 29, 2023):
Would greatly appreciate this as a feature. Please and thank you!