Add a missing step to the scripting additions wiki #2294
0xAquaWolf
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
You should also file a bug report to the sudo coders, that that it the stupidest possible solution to include a file. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I spent a lot of time debugging and troubleshooting this issue and the fix is easy once you get it, i had to reformat my mac (thats how much i wanted to make it work lol) and start from scratch just to find out the source of the bug which was commenting out the last line from the sudoers file.
I would like to propose an addition to the wiki to help out future developers interested in using Yabai to its fullest potential 💪
Steps i took to get scripting additions working on boot
First you have to partially disable SIP
https://github.com/koekeishiya/yabai/wiki/Disabling-System-Integrity-Protection
install the scripting additions
https://github.com/koekeishiya/yabai/wiki/Installing-yabai-(latest-release)#configure-scripting-addition
uncomment the last line from the sudoers file
sudo visudo -f /private/etc/sudoers
it should read
#includedir /private/etc/sudoers.d
then reboot your mac
Beta Was this translation helpful? Give feedback.
All reactions