-
-
Notifications
You must be signed in to change notification settings - Fork 656
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
Migration Guide: macOS 10.15 Catalina #275
Comments
I thought #276 has been fixed already |
There hasn't been a new release yet since that change was made. |
@dominiklohmann oh, my bad, 😅 |
I'm having the following issue on
I installed using homebrew: and run Any tips on what I'm missing? i tried Edit: Didn't work because of a missing config file |
This is no longer a requirement in v2.2.3 and newer. |
In case it helps anyone else searching for an issue - after upgrading 10.15.3 -> 10.15.4 I found that moving a window to a different space, e.g.:
worked, but switching space, e.g.:
did not. Reinstalling the scripting additions with:
fixed it. |
thx |
When I reinstall it says payload doesn't support this macOS version. I guess I might need an upgrade? Fixed the issue by uninstall and reinstall yabai then do:
|
I'm unpinning this to make room for the Big Sur thread. Nothing much has come up here for a while, so I think this can be considered done. |
FYI: I just wanted to add that for my upgrade from 10.15.6 -> 10.15.7 (I'm avoiding Big Sur :-)) I had exactly the same problem which was solved as above with the
|
How do I install Yabai on Catalina? I get this error when trying to install. yabai: This software does not run on macOS versions older than Big Sur. I used "brew install koekeishiya/formulae/yabai" |
What is so unclear on that sentence? Catalina: macOS 10.15 11 is greater than 10. Just go to the control center and make an update, if your Mac is too old, try OpenCore. |
Migration Guide
macOS 10.15 Catalina is now available and there are a few things to note when using yabai on Catalina.
Known Bugs
window_opacity_duration
for now, as the window server crashes completely on wake when window opacity was previously changed (yabai -m config window_opacity_duration 0.0
).Crash in event tap code on Catalina #276 There is a totally random crash happening inprocessEventTapData
. It's harmless, but yabai might restart once a week or so.Unable to read window titles on Catalina #278 Window titles can no longer be read using the private function used previously. A fix for this has been implemented on the master branch, but has not yet been released.Before Updating
sudo yabai --install-sa
). If you have not done this in a while, note that the path for the scripting addition has changed from/System/Library/ScriptingAdditions
to/Library/ScriptingAdditions
in preparation for Catalina a while back.The text was updated successfully, but these errors were encountered: