-
-
Notifications
You must be signed in to change notification settings - Fork 348
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
AltTab does not start on startup/login. #4154
Comments
Hi, You can't add the app manually to the Login Items list. You need to go in the app's preferences > check the Open at login checkbox. This will add the app to LaunchAgents and it will launch at login. We had people have multiple launches at login so we added code to remove the manual edition. Only the built-in way from the app itself is supported. Thank you |
Hi @lwouis, Thanks for you quick reponse. I also tried to trigger the switch for "Start on Login" in the AltTab preferences, but that seems to do nothing. Please reopen this issue. |
Have you tried to log out then log back in? AltTab doesn't launch then? When the checkbox is checked? |
I tried:
AltTab won't start unless I manually start it. |
Is AltTab in /Applications? |
Yes, AltTab is in /Applications. I use the option "Reopen windows when logging back in." on shutdown/restart/logout. I disabled this and did a logout/login, but AltTab |
It seems that AltTab is properly starting at launch for you now. Is that so? Now you have an issue with the preference window not being restored at launch, if it was open when you restarted, is that so? |
Not sure what you mean with "AltTab is properly starting at launch for you now". This is the case:
I don't mind the second 'issue', but I really like AltTab to start on login (first issue). |
Ow, I see where this went wrong, your quote of my comment contains a typo would --> wouldn't (I corrected the original comment). My apologies, solving this and trying the get some work done seemingly isn't a good combination. So AltTab was not started/launched on login in any case (but it did before, that was a while ago). AltTab is not in the list of "Allow in the Background" applications, this was also in my initial issue and didn't change. I understood that the application should handle if it is in the "Allow in the Background" list and I can not manually add it (via the GUI).
|
Thank you The file is not where it should be. I imagine that somehow, AltTab doesn't have the permission to add the file there. Could you please run AltTab from Terminal with this command Then when you toggle the launch-at-login checkbox in the preferences, I think it will log an error because it can't add the file. Could you please share the logs here, especially around the time you toggle the checkbox on? Thank you |
When I run the command a permission dialogue pops up mention I don't have set permissions for "Screen & System Audio Recording". If I head over to these permissions settings, the setting for AltTab does not reflect the status in the AltTab permission popup: MacOs settings screen show a permission set to true, but the AltTab dialogue still says it needs the permission. Going back and forth and finally remove AltTab from /Applications and removing all permissions (Access and Screen & System Audio Recording) and starting from zero, I got mismatches again, AltTab started twice (menu bar) and a suddenly popup of the permissions screen when I thought AltTab already was closed. I even got a crash at some point. I will investigate some more to have a clean test. Anyway, when I got AltTab (debug) to somewhat run (without the permission for Screen & System Audio Recording), I got this from the debug logging when I toggled (off to on) the "Start on login" switch:
I listed the file and it wasn't there. I will get back on this later. |
Thank you for your continuous support Note that when running AltTab from Terminal.app, you'll need to give Accessibility and Screen Recording permissions to Terminal.app, since it's the parent process running AltTab Could you please try running this custom build, from Terminal.app, and share the logs? I've updated the code to have more intermediate steps, and to better log what fails. Thank you |
Describe the bug
AltTab does not start on startup/login. When this happens "Start on login" preference in AltTab is on. AltTab is absent from "Open at Login" and "Allow in the Background" MacOs settings. When AltTab is added to "Open at Login", it has disappeared on next startup.
At the moment I only can start AltTab by manually staring the application and it will work fine. It did worked before, I'm not sure when it didn't start on startup anymore. I experience this problems since ... I cannot recall, but it was some 7.x.x version.
Steps to reproduce the bug
Your environment
The text was updated successfully, but these errors were encountered: