HASEL-UZH / PersonalAnalytics

Personal Analytics project to increase knowledge workers' awareness about work and productivity.

Home Page:https://hasel.dev/project/individual-productivity/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Investigate permission issues on macOS when uninstalling application

SRichner opened this issue · comments

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.

  1. Install app
  2. Remove app
  3. Remove permissions in System Settings
  4. Install app again, permissions are already set, but onboarding doesn't properly detect it --> red it from macOS

See #298 and TROUBLESHOOTING.md

And this electron/chrome issue might be related: electron/electron#40314