mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #1287] No configuration available #1029
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#1029
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 @drschwabe on GitHub (Sep 12, 2021).
Original GitHub issue: https://github.com/debauchee/barrier/issues/1287
What happened?
Is there anything I am doing wrong?
The file is there and it is saved config from the GUI; the GUI works fine I just wanted to start calling it from terminal today so I can launch this on all my machines on boot.
Version
v2.3.3
Git commit hash (if applicable)
No response
If applicable, where did you install Barrier from?
No response
What OSes are you seeing the problem on? (Check all that apply)
Linux
What OS versions are you using?
Ubuntu 20
Relevant log output
No response
Any other information
No response
@dayne commented on GitHub (Sep 16, 2021):
I don't use flatpak but I have a guess as to what is going on here. If I understand flatpak tries to sandbox applications limiting their access to the broader filesystem.
https://docs.flatpak.org/en/latest/sandbox-permissions.html
You may have to add a
--filesystem=homeoption to your call.Report back if you figure out what the fix is for this. If that doesn't work it might inspire me to setup a system using the flatpak to test it out.