-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Tabby prevents Mac from getting shut down #4930
Comments
Which Tabby version are you using? |
I can confirm the issue persists in 164 (165 and 166 don't start correctly and crash for me on Mac) |
I tried to close tabby window, and opened a new terminal with konsole, typed 'ps -ef|grep tabby' and found there were two processes belong to tabby not exit. Then I opened tabby again and closed it, do steps above and found there increased another two processes belong to tabby not exit. So maybe tabby can not clear itself cleanly when receives termination signal. @Eugeny Edit: '/bin/zsh --login' tabby forked this if open a terminal tab, but when closed or exited tabby, this process does not quit and ignore kill signal 5, need kill signal 9 to kill it. |
Hi, I've noticed that having Tabby open prevents Mac from being shut down unless you quit the app manually.
When you shut down Mac, all Tabby windows along with other apps are closed, except the app keeps running in the background and prevents the shutdown until the app is stopped manually. This happens regardless of whether you have any terminals open as long as the main app window is open.
I've noticed the same thing happens when you open the app switcher (Cmd + Tab), navigate to Tabby and press Cmd + Q to exit the app - it will close all the windows, but you need to press Cmd + Q again to kill the app, which seems to me like an incorrect behaviour - is there any particular reason it behaves that way?
The text was updated successfully, but these errors were encountered: