mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #97] Dead corner setting not working #72
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#72
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 @jeroenvanzijp on GitHub (Jul 18, 2018).
Original GitHub issue: https://github.com/debauchee/barrier/issues/97
Operating Systems
Server: Windows 10 Version 1803 17134.165
Client: Mac OS X 10.13.6
Barrier Version
2.1.0
Steps to reproduce bug
Other info
@jeroenvanzijp commented on GitHub (Jul 18, 2018):
To add, my logs show this:
[2018-07-18T11:55:06] INFO: switch from "JeroenWS" to "Jeroens-MacBook-Pro.local" at 1679,1049[2018-07-18T11:55:06] INFO: leaving screen[...]
[2018-07-18T11:55:10] INFO: switch from "JeroenWS" to "Jeroens-MacBook-Pro.local" at 1679,0[2018-07-18T11:55:10] INFO: leaving screenPlease note that both of these switches to my Mac were in the absolute top left (first excerpt), and bottom left (second excerpt) corners, so the coordinates look kinda unusual to me, but I might be wrong. Only using one screen on the server (as well as on the Mac client), and no DPI scaling has been applied. Resolution on server is 1920x1080.
@demonbane commented on GitHub (Oct 19, 2018):
I had the same issue and decided to check the config for this. It seems that the default config that Barrier writes specifically defines
switchCornersfor each host, but the Advanced server settings GUI setting only modifies the options section, so the screen-specific settings take over.@jeroenvanzijp To fix your problem temporarily, you can try modifying the setting for your host directly instead of going to the Advanced server settings tab and it should work.
@a7hybnj2 commented on GitHub (Nov 30, 2018):
Thanks for the info. I did a temporary workaround by just editing the screens individually and leaving the advanced settings off. Works fine.
@masudpce commented on GitHub (Jun 11, 2020):
where is the default configuration (.sgc) file located ?
@masudpce commented on GitHub (Jun 11, 2020):
thanks , @demonbane your solution worked. Though i did need to save config file from menu and changed it. I'm explaining the steps, in case someone need:
[Hint: to get the format, first change the configuration from settings, then save the config file. The change will be in the last section of the file. just copy and paste in the first section. ]
@francorg commented on GitHub (Oct 14, 2021):
Hi,
I just installed v2.3.3 on Windows10 as Server and MacOs as client and had the same problem with dead corners.
Solved as suggested by @masudpce
Thank you!!
@JGondek commented on GitHub (Nov 3, 2023):
For anyone having this problem, this solved it for me:
Instead of setting the corners on the "Advanced server settings" tab, double click your host icon on the "Screens and links" tab and set it there.