mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #627] Windows username with spaces #494
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#494
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 @TupaNegreiros on GitHub (Apr 16, 2020).
Original GitHub issue: https://github.com/debauchee/barrier/issues/627
Operating Systems
Server: Windows 10 1909 18363.572
Client: No needed
Barrier Version
2.3.2
Steps to reproduce bug
Login on Windows with a username with spaces. A user with home folder as something "c:\users\name surname".
Run Barrier as server. If you use configuration file on a folder with spaces in the name, or with interactive configuration (so it saves a file on Temp folder, with spaces in home folder).
Get log as:
DEBUG: opening configuration "C:/Users/Name Surname/AppData/Local/Temp/Barrier.FpXkJO"
DEBUG: cannot open configuration "C:/Users/Name Surname/AppData/Local/Temp/Barrier.FpXkJO"
barriers.exe: no configuration available
Other info
Only work around is to save configuration to a folder without spaces, no way to use interactive. It's possible to config with interactive mode, save config to a folder and use it.
Does this bug prevent you from using Barrier entirely? Yes
I had the same problem with Synergy, needed to debug to find out about "cannot open configuration", then tryed without spaces.
@github-actions[bot] commented on GitHub (Sep 24, 2020):
This issue has been automatically marked as stale due to inactivity. It will be closed if no further activity occurs. Thank you for your contributions.
@fanvinga commented on GitHub (Oct 9, 2020):
Same issue here.I try to store the configuration file in OneDrive,so there are some spaces in the path.
@thebodzio commented on GitHub (May 22, 2021):
Is the issue still there? I've tried to reproduce it with 2.3.3 and configuration file placed in
D:/Some space/Config.sgcand it works properly:Granted: it's not the “same” folder, but it definitely does have space in its name.