mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[PR #1139] barriers: add headless mode #1758
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#1758
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?
📋 Pull Request Information
Original PR: https://github.com/debauchee/barrier/pull/1139
Author: @lededev
Created: 4/21/2021
Status: 🔄 Open
Base:
master← Head:hdlsm-1📝 Commits (4)
833904ebarriers: add headless mode5e77cb4add headless mode settings in GUI, cursor no jump while reconnect7709db8headless: userscript bind hotkey7ac22c3backport from upstream for headless mode📊 Changes
29 files changed (+350 additions, -36 deletions)
View changed files
📝
src/gui/src/Action.cpp(+10 -1)📝
src/gui/src/Action.h(+6 -1)📝
src/gui/src/ActionDialog.cpp(+3 -1)📝
src/gui/src/ActionDialogBase.ui(+80 -1)📝
src/gui/src/AppConfig.cpp(+8 -1)📝
src/gui/src/AppConfig.h(+4 -0)📝
src/gui/src/MainWindow.cpp(+3 -0)📝
src/gui/src/SettingsDialog.cpp(+2 -0)📝
src/gui/src/SettingsDialogBase.ui(+8 -1)📝
src/lib/barrier/App.cpp(+3 -0)📝
src/lib/barrier/App.h(+4 -1)📝
src/lib/barrier/ArgParser.cpp(+3 -0)📝
src/lib/barrier/ArgsBase.cpp(+2 -1)📝
src/lib/barrier/ArgsBase.h(+1 -0)📝
src/lib/barrier/ClientApp.cpp(+1 -1)📝
src/lib/barrier/IKeyState.cpp(+4 -4)📝
src/lib/barrier/ProtocolUtil.cpp(+9 -7)📝
src/lib/barrier/ServerApp.cpp(+13 -1)📝
src/lib/client/Client.cpp(+3 -2)📝
src/lib/platform/MSWindowsDesks.cpp(+8 -5)...and 9 more files
📄 Description
New feature for issue https://github.com/debauchee/barrier/issues/1135
Run barriers server with option
--headless-mode, when any client connected, if server screen is holding the input focus, server will actively switch the input focus to the client.This will make easier to use a headless box.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.