mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[GH-ISSUE #124] Cant suspend Windows client #95
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#95
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 @lucas-gaitzsch on GitHub (Sep 6, 2018).
Original GitHub issue: https://github.com/debauchee/barrier/issues/124
My Windows Client (connected with LAN) can not suspend if it is connected to the server. It uses the Modern Standby (S0i3).
It is possible to run the Windows Barrier client as User Application and not as service with System-Permissions?
Operating Systems
Server: Arch Linux (4.18.5)
Client: Windows 10 (10.0.17134)
Barrier Version
2.1.0
@walker0643 commented on GitHub (Sep 8, 2018):
Yes, it is possible. First I would try opening the Barrier GUI settings and setting Elevate to Never. If that doesn't work then you can run the client manually without the GUI and service wrapper. First stop and disable the service, then open a command prompt and find your installation folder. Type "barrierc --help" and figure out which parameters you want to add. At minimum you'll need something like this:
barrierc --name <client_screen_name> [--enable-crypto] <server_ip_or_hostname>:24800
Let me know how it goes. Thanks :)
@lucas-gaitzsch commented on GitHub (Dec 19, 2018):
Thank you, it works!
@dayne commented on GitHub (Dec 20, 2018):
@Lucas-M-G which one of those path ways that @walker0643 offered ended up working for you? The 'Elevate to Never' or disabling service and running client manually?