Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(suite-desktop-core): restart app when using autostart #14779

Merged
merged 1 commit into from
Oct 16, 2024

Conversation

martykan
Copy link
Member

@martykan martykan commented Oct 9, 2024

Description

  • Actually pass options to app.relaunch(), previously this code was there for Linux/Appimage handling, but was not used
  • Add an arg --bridge-daemon-show-ui for daemon mode to show UI immediately with the process rather than after the user opens the app again.
  • Pass this arg to relaunch and quit the app properly when restarting in daemon mode

Related Issue

Resolve #5055

@martykan martykan added the build-desktop This will trigger the build of desktop apps for your PR label Oct 9, 2024
@martykan martykan marked this pull request as ready for review October 11, 2024 09:59
Copy link
Contributor

@marekrjpolak marekrjpolak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@martykan martykan merged commit 99bc1a5 into develop Oct 16, 2024
17 checks passed
@martykan martykan deleted the fix/autostart-app-restart branch October 16, 2024 08:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build-desktop This will trigger the build of desktop apps for your PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Suite doesn't relaunch on "Reset app" on Linux
2 participants