mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #753] How to change screen name on client side. It does not match my hostname #590
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#590
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 @harogaston on GitHub (Jun 15, 2020).
Original GitHub issue: https://github.com/debauchee/barrier/issues/753
Operating Systems
Server: Manjaro Linux
Client: Manjaro Linux
Barrier Version
2.3.2-2
Steps to reproduce bug
Other info
I changed the hostname on my client machine but barrier keeps displaying the old hostname as "Screen name". I deleted all config files I could find, removed and reinstalled Barrier. It keeps showing the old hostname as Screen name.
@github-actions[bot] commented on GitHub (Sep 19, 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.
@p12tic commented on GitHub (Jan 10, 2021):
Let's not close valid bugs for no reason.
@jefflroberts commented on GitHub (Jan 21, 2021):
I'm having a similar issue on Windows 10. I changed the name of the computer but barrier still shows the old name as screen name.
@gmonte commented on GitHub (Jan 28, 2021):
@jefflroberts the same here. I tried to reinstall the barrier, but the name has not been updated.
@jefflroberts commented on GitHub (Jan 28, 2021):
@gmonte I did find a workaround, but this is still a bug. You can click Barrier from the top menu, then click change settings and change the Screen Name field there to whatever you want. I would expect this to be updated when the hostname is updated, or at least reset when the program is removed and reinstalled.
@jtara commented on GitHub (Mar 31, 2021):
I have the same problem. You edit the screen name, it changes on the Settings page, but it still uses the old screen name.
@kurtisnelson commented on GitHub (Jul 22, 2021):
I'm reproing this on OS X, even after removing and reinstalling barrier.
@kurtisnelson commented on GitHub (Jul 22, 2021):
On OS X, the trick is to
rm/Users/YOU/Library/Preferences/com.github.Barrier.plist.@subins2000 commented on GitHub (Jul 23, 2021):
I tried removing the config file but the hostname is still not changed. This might be a Qt bug. I checked the source code and the function used is
QHostInfo::localHostName()fc045fc793/src/gui/src/AppConfig.cpp (L142)I also tried changing the name by directly editing the config file (
/Users/YOU/Library/Preferences/com.github.Barrier.plist) but that didn't work too.PS: I'm on M1 running Barrier under Rosetta
@BrandonYeager commented on GitHub (Jul 30, 2021):
I was able to get the new name to take effect by rebooting my MacBook after removing the
/Users/<username>/Library/Preferences/com.github.Barrier.plistfile.@lucnux commented on GitHub (Jan 19, 2023):
what fixed the issue for me was changing the CLIENT hostname manually via config file.
I had changed my hostname after installing barrier and the CLIENT hostname was still the old one, even though i was running barrier as a SERVER from the machine.
check if the configuration still shows the old hostname as a client, if so, change to the new name.
my config file was in ~/.config/Debauchee/Barrier.conf
restart barrier :)
@ingobaab commented on GitHub (Aug 19, 2023):
For me (on Manjaro Linux) also: After deleting "~/.config/Debauchee/Barrier.conf" and restarting "barrier" it starts with the "setup wizard again". Seems that a hostname is stored in the config file - not very good.. Hope that helps anyone. just
mv ~/.config/Debauchee/Barrier.conf /tmpand restart Barrier - good luck.