Reset permissions
If you’ve granted Accessibility or Automation to SupaSidebar but shortcuts still don’t work, the macOS TCC database is most likely in a confused state. Resetting the permission entry is almost always the fix.
This page covers:
- Symptoms that point to a permissions problem
- The standard “quit, remove, re-add” fix
- A full reset using
tccutilwhen the toggle is stuck - Reinstalling as a last resort
Symptoms
You probably have a permissions issue if:
- The Accessibility toggle is on in System Settings but
Cmd Shift CorCmd Shift Sstill doesn’t capture your URL. - You keep getting the Accessibility permission notification every time you try to Save Page or Copy URL, even though you already granted access. This means macOS no longer trusts the existing TCC entry - the toggle is “on” but the system has invalidated it under the hood.
- macOS never prompted you for permission, even on first use.
- The sidebar can’t position itself next to your browser (Smart Attach does nothing).
- After a macOS update or SupaSidebar update, browser actions silently fail.
- You see SupaSidebar listed twice in the Accessibility or Automation list.
If macOS shows error -1743 in a notification, that’s specifically an Automation denial - see Automation fix.
Quick fix: re-add SupaSidebar
This works ~80% of the time:
- Quit SupaSidebar completely. Right-click the menu bar icon -> Quit. Don’t just close the sidebar window.
- Open System Settings -> Privacy & Security -> Accessibility.
- Find SupaSidebar in the list, select it, and click the
-(minus) button to remove it. - Repeat for System Settings -> Privacy & Security -> Automation if Automation is the problem - expand SupaSidebar and uncheck the browsers, or remove the row.
- Relaunch SupaSidebar.
- When it asks for permission again, click Open System Settings and enable the toggle.
If a permission was already on when you launched, macOS sometimes won’t re-prompt. In that case, use the reset command below.
Full reset using tccutil
If the toggle is stuck, greyed out, or removing+re-adding doesn’t help, reset the TCC entry directly.
Quit SupaSidebar first, then run one of these in Terminal:
# Reset Accessibility only
tccutil reset Accessibility com.supasidebar
# Reset Automation (AppleEvents) only
tccutil reset AppleEvents com.supasidebar
# Reset everything for SupaSidebar
tccutil reset All com.supasidebarYou’ll see Successfully reset ... if it worked. Now:
- Relaunch SupaSidebar.
- Accept the permission prompts when they appear.
- If you reset AppleEvents, restart each browser you use - macOS won’t re-prompt for Automation until the browser is freshly launched.
tccutildoesn’t needsudofor app-specific resets. If you see “no such bundle identifier”, confirm SupaSidebar is installed in/Applicationsand the bundle id iscom.supasidebar.
Automation isn’t prompting or is denied
The Automation prompt only appears the first time SupaSidebar tries to talk to a specific browser. If you denied it once, macOS won’t ask again - it just silently blocks future attempts (you may see error -1743 in the Console).
To recover:
- Open System Settings -> Privacy & Security -> Automation.
- Expand SupaSidebar and tick every browser you actually use.
- If SupaSidebar isn’t listed at all, run
tccutil reset AppleEvents com.supasidebar, relaunch SupaSidebar, and trigger a shortcut (Cmd Shift Cwhile your browser is frontmost). The prompt should appear. - If the prompt still doesn’t appear, quit and relaunch the browser - macOS sometimes caches the denial against the browser process.
Multiple SupaSidebar entries in the list
If you see two SupaSidebar rows, you probably have two copies of the app on disk (e.g. one in /Applications and one in ~/Downloads). macOS treats them as different apps because the path differs.
- Quit SupaSidebar.
- In Finder, search for “SupaSidebar” and delete every copy except the one in
/Applications. - Empty the Trash.
- Run
tccutil reset All com.supasidebar. - Relaunch from
/Applicationsand re-grant permissions.
Permissions lost after an update
Rarely, a SupaSidebar or macOS update can invalidate the existing permission entry (usually because the code signature changed). Symptoms: everything worked yesterday, today nothing does.
Fix is the same as the full reset:
tccutil reset All com.supasidebarThen relaunch and re-grant.
Last resort: clean reinstall
If none of the above helps:
- Quit SupaSidebar.
- Delete
/Applications/SupaSidebar.app(drag to Trash, empty Trash). - Run
tccutil reset All com.supasidebar. - Download the latest build from supasidebar.com and reinstall.
- Grant permissions when prompted.
Your data (links, spaces, folders) lives in Core Data / iCloud and survives the reinstall - this only clears app binary and permission state.
Still stuck?
Email us with:
- Your macOS version
- Which permission is failing (Accessibility, Automation, both)
- The exact error message or behaviour (a screenshot of the relevant System Settings page helps)
Replies usually go out within 1-2 hours during waking hours.
Related
- Permissions setup - First-time grant flow
- License troubleshooting - For reactivation and Mac transfer issues
- Browser Profiles troubleshooting - Profile detection problems