mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #316] Server power button doesn't work when mouse is on client screen #254
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#254
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 @retnikt on GitHub (May 24, 2019).
Original GitHub issue: https://github.com/debauchee/barrier/issues/316
Operating Systems
Server: Ubuntu 18.04
Client: Windows 10 v1809
Barrier Version
2.2.0
Steps to reproduce bug
Other info
@AdrianKoshka commented on GitHub (May 24, 2019):
I don't understand, I need you to elaborate more.
@retnikt commented on GitHub (May 24, 2019):
1 When I move the mouse cursor to the client screen,
2 and press the hardware power button on the server PC,
3 nothing happens.
Which part do you not understand?
@noisyshape commented on GitHub (May 24, 2019):
Confirmed. Barrier grabs the X keyboard which according to xinput includes the power button. If the window manager is overriding logind/acpid to handle the power button, I would guess it's listening for an X event. The obvious solutions are for Barrier to either not grab that button or to simulate the key event on the server.
@AdrianKoshka commented on GitHub (May 24, 2019):
Oh…people do this…? I never knew.