mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #1332] couldn't set server host name on windows #1048
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#1048
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 @semio on GitHub (Oct 20, 2021).
Original GitHub issue: https://github.com/debauchee/barrier/issues/1332
What happened?
Following the FAQ in README, I added the serverhostname option to the configure file:
But this doesn't work on Windows 10, the log shows:
I also tried
serverHostnameandserverHostName, but they don't work neither.Version
v2.3.3
Git commit hash (if applicable)
No response
If applicable, where did you install Barrier from?
github release
What OSes are you seeing the problem on? (Check all that apply)
Windows
What OS versions are you using?
Windows 10
Relevant log output
No response
Any other information
No response
@trevormerritt commented on GitHub (Dec 21, 2021):
I too have the same issue with Linux Mint.
When looking through the source, the value
serverHostname
is set at line 291 of /src/gui/src/MainWindow.cpp
but there is no place that the value is read back as far as I can tell. I am not knowledgeable enough to actually fix it, but that is why I think its not working. I haven't found a work-around yet.
@trevormerritt commented on GitHub (Dec 21, 2021):
barriers -c ~/.barrier.conf -f --no-tray --debug DEBUG --name pc101 --enable-crypto --address 0.0.0.0:24800
*** WORKAROUND ***
By using this commandline, I start the barriers process in a tmux session and leave it alone. Until there is a real fix, this does it for me.