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

prevents OS shutdown #531

Open
mcaphasia opened this issue Jan 10, 2025 · 3 comments
Open

prevents OS shutdown #531

mcaphasia opened this issue Jan 10, 2025 · 3 comments

Comments

@mcaphasia
Copy link

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.

@dweymouth
Copy link
Owner

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.

@dweymouth
Copy link
Owner

Another thing to try, when you have supersonic running, do a pgrep supersonic in the terminal and then kill -15 <supersonic PID> to see if Supersonic exits. If it does, then it's behaving correctly when receiving a SIGTERM, if it doesn't exit, then there's a bug.

@mcaphasia
Copy link
Author

mcaphasia commented Jan 10, 2025

I don't have close to system tray enabled, but I do have Enable system tray. It exits with kill

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants