-
-
Notifications
You must be signed in to change notification settings - Fork 647
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
Scripting additions do not get installed correctly under a restrictive umask #400
Comments
Moving spaces requires the scripting addition to be enabled. |
Sorry, this issue was woefully underspecified. I have enabled the scripting addition (as far as I can tell – I'm running OS X 10.14.6, and yabai-v2.2.2. |
No, that I don't! Furthermore, if I try to manually
However,
I didn't specifically disable SIP for yabai – I did it at some point before in order to be able to use dtrace. I was fairly certain I disabled it entirely, but maybe I only disabled the parts of it that block dtrace? |
Note that yabai needs SIP for # from a recovery partition
csrutil enable --without debug --without fs |
Don't know if this is of any help:
|
Try killing Dock after installing. |
That did not help. However, I looked into what
which is probably because
Indeed, if I set And! Best of all: things now work. |
Thank you for your patient assistance. Before closing this issue, I think something should be done about the very non-obvious failure when running on a restrictive umask. Would you prefer it if this was documented in in the installation instructions, or that the |
I think @koekeishiya can fix this quite simply by explicitly setting the |
I don't know what information I can provide to assist in diagnosing this issue. What I'm seeing is this:
I can send a window to a different space with
yabai -m window --space 3
, but then if I try to focus this space withyabai -m space --focus 3
, nothing appears to happen. In fact, I haven't gotten anyspace
command to have any effect: I've tried creating, destroying, focusing, and moving to other displays.(Consequently, I'm currently using the regular Mission Control hotkeys for switching between spaces, but they are animated and therefore sloooow.)
I have tried running yabai in verbose mode, but nothing in particular shows up in the logs other than that it receives the message.
Please help me help you!
The text was updated successfully, but these errors were encountered: