mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #462] Question: Linux change Keyboard layout on client #358
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#358
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 @remotejob on GitHub (Oct 13, 2019).
Original GitHub issue: https://github.com/debauchee/barrier/issues/462
Server: Ubuntu 18.04.3
Client: Ubuntu 18.04.3
Keyboard: FI on both
But when I use Barrier on client side keyboard changed on US layout
Question: how change Keyboard on client side in my case it will be FI?
@shymega commented on GitHub (Oct 13, 2019):
What version of Barrier are you using? Or from Git?
@remotejob commented on GitHub (Oct 14, 2019):
from Git
@shymega commented on GitHub (Oct 14, 2019):
Try using the latest release, or, if that doesn't work, try using previous releases (maybe three?), to see if its a regression. Generally there's no real need to build from Git... any reason why you're doing that?
@remotejob commented on GitHub (Oct 15, 2019):
#437 help in may case setxkbmap fi
No particularly reason a part I am programming about 3 decades and use only Linux so compiling
more natural for me.
@shymega commented on GitHub (Oct 15, 2019):
I get that.. I use Gentoo, so I prefer compiling as well, but have you tried building from the last Git tag then, rather than master - unless you're already doing that...?
Let me know how you get on with #437..
@remotejob commented on GitHub (Oct 16, 2019):
Gentoo was my favorite distribution for many years.
I resolved my issues by commands from client terminal:
#437 setxkbmap fi
#436 xset dpms force on
xset s 600
@shymega commented on GitHub (Oct 16, 2019):
Alright. I'll close this issue for now, glad you sorted it.