koekeishiya / yabai

A tiling window manager for macOS based on binary space partitioning
MIT License
22.48k stars 630 forks source link

Scripting Addition: Connection Issue #2318

Closed AeroGlory closed 1 month ago

AeroGlory commented 1 month ago

After setting up the Scripting Addition using the wiki. Anytime I do yabai --restart-service I am met with this message:

Screenshot 2024-06-07 at 11 57 20 PM

Running sudo yabai --load-sa doesn't show a password prompt and elements of my config file that don't require the Scripting Addition are working.

When trying to run any command that uses scripting addition I get the response cannot [do X] due to an error with the scripting-addition.

csrutil status returns: System Integrity Protection status: unknown (Custom Configuration)

I have a 2020 Macbook Pro with 2 GHz Quad-Core Intel Core i5 (I know, pretty bad) if that's of any help.

AeroGlory commented 1 month ago

It turns out I needed to sudo pkill Dock and retry loading the Scripting Addition. Seems to have fixed the issue.