Last active
December 16, 2024 18:56
-
-
Save mcandre/697aa10dc9bf5ce0a638 to your computer and use it in GitHub Desktop.
Revisions
-
Andrew Pennebaker revised this gist
Nov 19, 2014 . 1 changed file with 10 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,4 +2,13 @@ Sometimes Mac's accessibility permissions becomes corrupted, and weird things st For example, Steam applications will complain that accessibility permissions are required, even though they apparently are already granted. To fix this, reset the accessibility permissions cache: 1. Launch `Terminal.app` 2. Enter `tccutil reset Accessibility` 3. Quit Terminal 4. Launch `System Preferences` 5. Select `Security & Privacy` 6. Select the `Privacy` tab 7. Unlock the console. 8. Add the appropriate application (e.g. `/Applications/Steam.app`). -
Andrew Pennebaker created this gist
Nov 19, 2014 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ Sometimes Mac's accessibility permissions becomes corrupted, and weird things start to happen. For example, Steam applications will complain that accessibility permissions are required, even though they apparently are already granted. To fix this, launch Terminal.app and enter `tccutil reset Accessibility`, then visit `System Preferences -> Security & Privacy -> Privacy`, unlock, and add the appropriate application (e.g. `/Applications/Steam.app`).