mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #294] Put config file in .config/barrier instead of .config/Debauchee #236
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#236
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 @Forage on GitHub (Apr 23, 2019).
Original GitHub issue: https://github.com/debauchee/barrier/issues/294
Operating Systems
Server: Ubuntu 19.04
Barrier Version
2.1.2
Steps to reproduce bug
I just switched from Synergy to Barrier, and I had a hard time locating the Barrier config file.
It appears the name of the repository is used (
.config/Debauchee) instead of the name of the application (.config/barrier).It would be good to stick to the name of the application for consistency.
@AdrianKoshka commented on GitHub (Apr 23, 2019):
I agree.
@mssalvatore commented on GitHub (Apr 30, 2019):
@AdrianKoshka, it is as simple as fixing this line:
2f86911c87/src/gui/src/main.cpp (L70)Unless you want to have a migration plan to migrate .config/Debauchee to .config/barrier if .config/Debauchee exists.
@noisyshape commented on GitHub (May 1, 2019):
This change will affect all platforms and on Windows the settings are buried in the registry so I think it's worth migrating them. I'll try to implement this.
@AdrianKoshka commented on GitHub (May 1, 2019):
Thanks.