-
-
Notifications
You must be signed in to change notification settings - Fork 648
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
Cannot focus space due to an error with the scripting edition #1532
Comments
After updating to Ventura, "--focus" is broken for me. I does have some effect, for example, it focuses the monitor where the space is, but it doesn't change the space, it stays in the space that was already opened. |
This issue has been fixed and merged into master, but not released: 206c0d6. You can install from HEAD using these steps from wiki: https://github.com/koekeishiya/yabai/wiki/Installing-yabai-(from-HEAD) I found my yabai at this path: /opt/homebrew/Cellar/yabai/HEAD-206c0d6/bin/yabai. Rather than at /usr/local/bin/yabai as noted in the wiki. |
I confirm that by installing the HEAD version, everything works correctly. |
I have tried multiple solutions that I've found and I cannot make Yabai --HEAD work, it won't stop asking for Accessibility access. I created the certificate 'yabai-cert' following the instructions and I signed at the right path: However, it keeps asking me for Accessibility access, and it doesn't work. |
I used the $(which yabai) for creating the certificate. I just had to use the /opt/homebrew path for adding yabai to accessibility access manually. |
I can confirm attiliosbrana's behavior. I have installed yabai from head, and code signed, but when I run brew services start yabai, a popup asking for accessibility access keeps coming up, and even after I specifically point to the location I just code signed in the opt/homebrew/Cellar directory. |
However when I uninstall and reinstall yabai normally, (i.e. without the --HEAD tag), I do not get this accessibility popup behavior, but the scripting edition error persists. |
I have the same issue on Monterey 12.6.1 had the same issue in release version |
Install the latest version (v5.0.2). Make sure you have followed the wiki instructions exactly as written. |
This might be a newbie question of sorts, but why am I getting this message and how can it be fixed?
|
@Iddodo it's definitely a newbie answer but I am stuck here like you with the added challenge of doing it the nix way. I suspect it has to do with the following command returning
I have this would change that (you need to export as .cer
This has not unblocked me but I suspect nix can't see the keychain I am working on. Let me if it helps. |
Still seeing this issue on Ventura 13.2.1:
Issue:
Moving windows to open spaces is working however. Is there anything wrong here, or something else that I can try? Please let me know. |
I am seeing the same behavior as rkshthrmsh |
any updates? I am on 13.2 and have the issues as @rkshthrmsh |
Same issue as ando600, mac big sur 11.2.2 |
Same issue as others, mac ventura 13.3.1 (a) |
Follow the wiki instructions precisesly as written, and it will work. Some info on how to debug your setup here: #1515 (comment) |
Hi,
I am new to yabai, and am trying to figure everything out. It seems that I have yabai and skhd setup and everything mostly works. I have followed the instructions regarding adding
yabai -m signal --add event=dock_did_restart action="sudo yabai --load-sa"
sudo yabai --load-sa
to the top of my .yabairc file.
When I use shift + alt -5 : yabai -m window --space 5, everything works as I would expect. However, when I try to move to space 5 with yabai -m space --focus 5, I get the error cannot focus due to an error in the scripting edition.
This is very confusing since I seem to be able to use some scripts but not others. Any help is appreciated.
Thanks,
Andrew
The text was updated successfully, but these errors were encountered: