-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
prevents OS shutdown #531
Comments
To help with debugging this, do you have the "Close to system tray" setting enabled? I wonder if Endeavour is sending window close events and not a SIGTERM. Supersonic will exit when sent a SIGTERM (or SIGINT or SIGKILL), but if Endeavour is only closing the windows, and "Close to system tray" is enabled, then Supersonic won't exit because closing all windows lets it keep running in the system tray. |
Another thing to try, when you have supersonic running, do a |
I don't have close to system tray enabled, but I do have Enable system tray. It exits with kill |
If I leave supersonic open, it doesn't get killed on shutdown. EndeavourOS has a two minute timer waiting for it to respond before killing the process. Using 0.13.2.
The text was updated successfully, but these errors were encountered: