mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #1756] Barrier Autostarts in Background on Windows #1295
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#1295
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 @saursin on GitHub (Aug 24, 2022).
Original GitHub issue: https://github.com/debauchee/barrier/issues/1756
What happened?
I Use Barrier on Linux (KDE Neon) and on Windows 11.
On Windows, Barrier seems to autostart by itself on login. I don't remember configuring it to autostart. I also checked my list of auto-start apps in windows settings but didn't find barrier. I also tried rebooting several times but It autostarted every time.
I don't think this should be the default behavior of the program.
Version
v2.4.0
Git commit hash (if applicable)
No response
If applicable, where did you install Barrier from?
2.4.0-release
What OSes are you seeing the problem on? (Check all that apply)
Windows
What OS versions are you using?
Win-11 Pro 21H2
Relevant log output
No response
Any other information
No response
@spupuz commented on GitHub (Aug 25, 2022):
i suppose there is a barrier service that starts, but i also noticed that the icon in tray in windows is not present.
@saursin commented on GitHub (Aug 26, 2022):
Yes, I think so. I see two processes named
barrierc.exe(client) andbarrierd.exe(daemon) in the task manager after boot.Not sure if that is the intended behavior.
@rodneyrod commented on GitHub (Aug 26, 2022):
The installer creates a service in services.msc, it starts barrierd but not the tray app, also interferes with uninstalls I've found in the past as the service still runs, it cannot be uninstalled and stays installed, and will autostart at startup until it is manually removed.
@macneilj commented on GitHub (Sep 7, 2024):
I also noticed that barrier autostarts in the background on client without having configured it to do so. Not sure if it's intended, but I suppose it's fine for my use case...
Server and client both 2.4.0 on Windows 11.
If it makes any difference, I set both devices to the opposite of what I intended during installation (Server meant to be client and vice versa).