mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #1793] Unicode Default Screen Names #1318
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#1318
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 @rioki on GitHub (Oct 4, 2022).
Original GitHub issue: https://github.com/debauchee/barrier/issues/1793
What happened?
My machine is named märs (instead of mars) because a while back I was testing crashes in an application that could not handle Unicode characters in hostnames. When installing barrier the screen name defaults to the hostname; including all non ACSII characters.
On the server side barrier strips all non ACSII characters from the screen name making it impossible to configure the screen.
I did resolve the issue by renaming the screen (after a short while of frustration); so for me the issue is resolved.
For consistency's sake it would be advisable to run the default screen name creation through the same sanitization code to remain consistent; as long as barrier does not support Unicode screen names.
Version
v2.4.0
Git commit hash (if applicable)
No response
If applicable, where did you install Barrier from?
github
What OSes are you seeing the problem on? (Check all that apply)
Windows
What OS versions are you using?
Version 10.0.19043 Build 19043
Relevant log output
No response
Any other information
No response