Skip to content

Instantly share code, notes, and snippets.

@mcandre
Last active December 16, 2024 18:56
Show Gist options
  • Save mcandre/697aa10dc9bf5ce0a638 to your computer and use it in GitHub Desktop.
Save mcandre/697aa10dc9bf5ce0a638 to your computer and use it in GitHub Desktop.

Revisions

  1. Andrew Pennebaker revised this gist Nov 19, 2014. 1 changed file with 10 additions and 1 deletion.
    11 changes: 10 additions & 1 deletion mac-reset-accessibility-permissions.md
    Original 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, 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`).
    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`).
  2. Andrew Pennebaker created this gist Nov 19, 2014.
    5 changes: 5 additions & 0 deletions mac-reset-accessibility-permissions.md
    Original 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`).