mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #125] Mac OS X starting endlessly #99
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#99
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 @iwoj on GitHub (Sep 6, 2018).
Original GitHub issue: https://github.com/debauchee/barrier/issues/125
Operating Systems
Server: Mac OS X High Sierra
Client: Ubuntu 18
Barrier Version
2.1.0
Steps to reproduce bug
Other info
@OlivierChirouze commented on GitHub (Sep 6, 2018):
Same here
@OlivierChirouze commented on GitHub (Sep 6, 2018):
Apparently I fixed the issue by just naming the client screen... Now Barrier server is starting (I'm still not seeing the second screen, but at least the application starts)
@OlivierChirouze commented on GitHub (Sep 6, 2018):
Ok I got it working! Brillant piece of software.
I was just struggling because I couldn't have the "top left" position working for the client screen: only left or top position are working...
@iwoj commented on GitHub (Sep 6, 2018):
This won't work for me. There's no client connected.
@nielspeen commented on GitHub (Sep 7, 2018):
@iwoj what does your barrier log say?
I had the same issue as @OlivierChirouze and had to add the screens using the exact names mentioned in the log.
@walker0643 commented on GitHub (Sep 8, 2018):
I'll add that exact names are required. The name of the client must match the name given to the server config for that screen.
@OlivierChirouze commented on GitHub (Sep 10, 2018):
Sorry my reply was not complete:
There doesn't seem to be an "auto detect" feature on the server, you have to explicitly add clients by their own names.
@ghost commented on GitHub (Jan 20, 2019):
There is no information on where the config files are stored, and that information is not on anything related to Barrier on the internet.
Where is the default config file?
@AdrianKoshka commented on GitHub (Jan 20, 2019):
There is no default config file other than the settings in
barrier->change settings. The config files are generated as-needed during runtime for most unless you've specified a path to the config file.@paolocavagnolo commented on GitHub (Nov 13, 2020):
about the same configuration here:
barrier 2.3.3 - mac os high sierra as Server - ubuntu 20.04 as Client
same bug, solved by:
on Server, in configuration I add a new screen, named it as appear on the server barrier window, moved the two screen on the top left, one near the other
then it worked. thanks for the suggestion