-
-
Notifications
You must be signed in to change notification settings - Fork 355
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
Version 3.22.0 won't open #326
Comments
Hi @buttercrab and @gitgetgot! Thank you so much for your reports! I made a lot of changes by releasing a new website for AltTab. I tried to avoid breaking things, but it's incredibly hard because some of these things need to go live to be testable basically (same merge on master will release the website, and update the app to point to it, for instance). These kinds of issues should have safeguards for the future, but on the initial setup, there was some risk. There are 2 distincts issues here:
I made fixes for both issues, and CI will release a new version in a few minutes. Again, I'm very sorry about these issues! |
EDIT: you already fixed it, while I was writting :-) great! Maybe this issue causes the problem ?
Accidentially, or on purpose, because I want to see what happens. Maybe I don't know what I'm doing, or just disable it temporarely. ;-) |
The new release with the fixes is available. I tested to upgrade to that release, and everything seems to work great, so I'm closing this ticket. Please let me know if it's not fixed for you somehow! 👍 |
AltTab-3.22.2 starts now, but the strange flashing on start still remains. |
@gitgetgot this flashing has been there since v2 I believe. It's the only way I could find to deal with a specific situation: The user starts AltTab, but they have already multiple Spaces opened. macOS has no public API to get windows from other Spaces than the active one. This means that we have to use private APIs. The trick I found, which is the only way I could manage to do it, is to teleport all windows to the current space (this is "the flash"), tag them so we can follow them later, and send them back. It only happens if you have multiple spaces and you open AltTab later. These 2 conditions are fortunately not frequent I think, especially since I expect most users to have AltTab start at login, which means it can then get the windows without the hack, as they get created while AltTab is already listening to the OS. If anyone knows a way to avoid this dirty teleport hack, I would love to hear it 🙉 |
Ah :-) |
Describe the bug
AltTab version 3.22.0 won't open.
I've reinstalled many times, but it won't open.
Screenshots / video
It won't open, no images :)
Steps to reproduce the bug
The text was updated successfully, but these errors were encountered: