Open SRichner opened 8 months ago
@casaout Permissions for a specific app can be reset using sudo tccutil reset All [app.bundle.id]
, however, there seems to be no way of doing so when uninstalling the app (on macOS).
@casaout Permissions for a specific app can be reset using
sudo tccutil reset All [app.bundle.id]
, however, there seems to be no way of doing so when _un_installing the app (on macOS).
thank you! you mean that we cannot run the command since it's admin (sudo) or since we don't know when the app is uninstalled? (it's a bit funny to me that macOS wouldn't just delete those automatically...)
There seems to be an issue with the permissions (accessibility/screen recording) when removing the application on macOS before removing the permissions in System Settings.
See #298 and
TROUBLESHOOTING.md
And this
electron
/chrome issue might be related: https://github.com/electron/electron/issues/40314