mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #836] Barrier can't automatically switch to avaiable screen when another machine shutdown #666
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#666
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 @stardiviner on GitHub (Aug 16, 2020).
Original GitHub issue: https://github.com/debauchee/barrier/issues/836
Operating Systems
Server: Manjaro Linux (using 5.6.4 kernel)
Client: Windows 10, 1905
Barrier Version
2.3.2
Steps to reproduce bug
Barrier connection is fine. This is great, thanks for this project!!
When I move cursor to the client screen (Win10 machine), then shutdown the Win10 machine, the server screen (Manjaro Linux machine) does not auto re-get focus, I can't move cursor, can't get focus again automatically after the Win10 machine shutdown. I hope the barrier can detect whether client is available, if not available, auto switch back to server machine.
Other info
@stardiviner commented on GitHub (Nov 7, 2020):
Any update on this issue?
I think Barrier can add an condition detect whether a client machine is still avavilable. If not, put mouse point back to server screen. Currently barrier can get mouse point back if the client shutdown, the mouse point vanished too.
@Deelight-fr commented on GitHub (Jan 11, 2021):
I'm having the exact same problem, but as my Win10 client is a virtual machine (with a dedicated GPU), I found two workarounds:
These workarounds are very specific to my unusual setup, so I guess they won't help much.
@Thomas131 commented on GitHub (Feb 7, 2021):
Same problem, pretty disrupting ...
My workaround for Linux:
Switch to tty1 which still works (Ctrl+Alt+F1) -> log in -> killall -9 barriers -> Switch back (eg. Ctrl+Alt+F7) -> restart barrier when I need it again
@FabienZa commented on GitHub (Jun 10, 2022):
+1 Same problem, thanks for your sharing @Thomas131 !
@Thomas131 commented on GitHub (Jun 10, 2022):
Puh, I don't have this problem anymore ... Do you have the newest barrier versions? I think a update once fixed a lot of problems for me. Which Operating Systems (Server&Client)?
@FabienZa commented on GitHub (Jun 10, 2022):
Damn... I have this configuration :
Server : Version 2.3.2 on Ubuntu 20.04.4
Client : Version 2.4.0 on Windows 10.0.19044
I will try to update the server to 2.4.0 !