mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #399] EasyStroke not work #316
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#316
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 @palxex on GitHub (Aug 17, 2019).
Original GitHub issue: https://github.com/debauchee/barrier/issues/399
Operating Systems
Server: macOS mojave 10.14.6
Client: manjaro + dde on xorg
Barrier Version
server: 2.3.1 release
58d8f020client: barrierc 2.2.0-RELEASE
Steps to reproduce bug
Other info
Always. In fact, all software KVM solution ( at least I experienced, for exam synergy ) not work with easygesture, since it requires XInput2.
Not found; though I can modify code to utility XTest for mouse moving, unfortunately easygesture blocks it since it makes use of it too, forcedly enabling it makes logical recursion.
Not entirely.
My suggestion: consider writing a complete libinput extension, instead of simple rely on Xinerama or XTest. This way should resolve both Wayland Support( #109 ) and easystroke(via xf86-input-libinput)
@shymega commented on GitHub (Aug 17, 2019):
Writing a
libinputextension feels like a good step forward in implementing Wayland support, and resolving your issue. Resolving two bugs with one stone, so to speak... the memory leak bugs are my main priority at the moment, given the potential for a DoS attack. But Wayland support is certainly important as well.CC: @AdrianKoshka - can you add this to the Wayland project?