mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #1516] Mouse Scroll (button 4/5) is not working in linux client when the windows server's active window is NOT a browser #1148
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#1148
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 @sgon00 on GitHub (Jan 11, 2022).
Original GitHub issue: https://github.com/debauchee/barrier/issues/1516
What happened?
I am running barrier 2.4.0 in windows 11 as server, and barrier 2.3.3 and 2.4.0 in Linux (debian 11).
I found a very weird behavior that sometimes the mouse wheel scrolling (basically button 4 and 5) is not working in the client side.
Further debugging, I narrow down the problem and found out it only happens when the server's active windows is not a browser app (chrome or microsoft edge).
For example, If the server's active window is "Windows Terminal", "File Explorer" or "VSCode" and move the mouse cursor to the client side (linux), the wheel scrolling won't work.
But when the server's active window is a browser, the wheel scrolling works in the client side.
Version
v2.4.0
Git commit hash (if applicable)
No response
If applicable, where did you install Barrier from?
Windows: download barrier exe installer from official site.
Linux (debian 11): use
apt installWhat OSes are you seeing the problem on? (Check all that apply)
Linux, Windows
What OS versions are you using?
Server: Windows 11
Client: Linux (Debian 11)
Relevant log output
No response
Any other information
No response
@sgon00 commented on GitHub (Jan 15, 2022):
I will close this issue now because I found the true cause in this bug: https://github.com/debauchee/barrier/issues/484
The problem will not exist when I disable smooth scrolling in the server side.