mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #662] Some keys stop working / swapped functions - on FreeBSD #525
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#525
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 @Onepamopa on GitHub (May 9, 2020).
Original GitHub issue: https://github.com/debauchee/barrier/issues/662
Operating Systems
Server: Windows 10 x64 1909 18363.815
Client: FreeBSD 12.1-RELEASE-p3 GENERIC
Barrier Version
Server: 232-snapshot-210c2b70
Client: 2.3.2 from the ports tree
Steps to reproduce bug
On the client - Some keys are not working, other have swapped function:
Up/Left/Right arrow keys not working
Down key results in "Return"
Insert - /
Delete - Print screen
Home/End - not working
PrtScr/SysRq - Up
Pause/Break - Home
Other info
Tested with another client - Kali Linux, barrier 2.3.2 - works fine.
I'll be glad to provide any additional information.
@Onepamopa commented on GitHub (May 23, 2020):
Has anyone actually checked this? It's F****** annoying AF..
@Onepamopa commented on GitHub (Jul 22, 2020):
So far I've figured the following:
If I start the client: barrierc via SDDM /usr/local/share/sddm/scripts/Xsetup - The keys get scrambled.
barrierc --daemon --display :0 --no-xinitthreads --debug INFO --name dev --enable-drag-drop --enable-crypto [ServerIP]:24800
If I start barrier again after user login and kill the previous instance - the keys work normally, however, I can't find a way to run the barrier client in a way that would allow me to login via sddm. Auto-login is out of the question.
Any thoughts, anyone?
@github-actions[bot] commented on GitHub (Sep 22, 2020):
This issue has been automatically marked as stale due to inactivity. It will be closed if no further activity occurs. Thank you for your contributions.
@p12tic commented on GitHub (Jan 10, 2021):
Let's not close bugs for no reason.
@Onepamopa commented on GitHub (Jan 18, 2021):
Actually this gets fixed by properly configuring the keyboard @ xorg.conf. For some reason during installation the keyboard was not added so I added it manually:
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbLayout" "us"
Option "XkbModel" "pc105"
EndSection