[v17] Allow Connect to run in background#58924
Merged
gzdunek merged 2 commits intobranch/v17from Sep 10, 2025
Merged
Conversation
* Add tray icons for Mac and Linux * Fix resources path * Add config option * Set tray when the app launches * Integrate app with tray * Notify UI when window visibility changes * Terminate foreground sessions when window is hidden * Open dialogs first before showing window * Improve docs * Rely on `window.isVisible()` to tell if window is hidden or not * Change `WindowsManagerIpc.WindowVisibility` to `RendererIpc.WindowVisibility` * Rename "window visibility" to "background mode" * Revert "Open dialogs first before showing window" This reverts commit b17147c. * Simplify mounting/unmounting documents * Use different GUIDs for packaged and dev app * Make sure window is not destroyed before using it * Renames * Improve dialog message * Add `isDestroyed` to window mock * Fix comment * `database` -> `databases` * Improve readability (cherry picked from commit 6cef4f3)
ravicious
approved these changes
Sep 9, 2025
avatus
approved these changes
Sep 9, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport #58575
Backport dialog improvements from #58858
changelog: Teleport Connect now runs in the background by default on macOS and Windows. On Linux, this behavior can be enabled in the app configuration