lokxii / Mac-trackpad-mapper

A utility for Mac that maps finger position on trackpad to cursor location on Scnreen
MIT License
28 stars 3 forks source link

App repeatedly asks for accessibility privileges when already granted. #8

Closed dawdty closed 1 year ago

dawdty commented 1 year ago

When enabling absolute tracking a pop-up repeatedly appears asking to grant the app accessibility privileges even though I have already granted them. I thought this may be an issue with how accessibility privileges are managed on Mac, since according to users sometimes they display an incorrect state. So I attempted to reset privileges with tccutil reset All com.trackpad-mapper and re-enable but nothing has changed.

image
lokxii commented 1 year ago

How about removing Trackpad Mapper from the list first, relaunch the app, grant accessibility again? Not sure why this is the case tbh.

skearya commented 1 year ago

i am also facing this problem, i have tried running it through a terminal with the same issue

dawdty commented 1 year ago

How about removing Trackpad Mapper from the list first, relaunch the app, grant accessibility again? Not sure why this is the case tbh.

Forgot to mention I have also tried this.

lokxii commented 1 year ago

The newest commit should fix the problem. Please try again

skearya commented 1 year ago

it worked, thank you