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

Accessibility permissions not working despite being granted #7

Closed RABBITROAST closed 1 year ago

RABBITROAST commented 1 year ago

First time on GitHub please bear with

I've loaded everything up as shown, but each time I've attempted to use it, the app asks for accessibility permissions

I hear someone else has also had this issue with Barrier (another app) here: https://apple.stackexchange.com/questions/455212/application-would-like-to-control-this-computer-using-accessibility-features-d

Not sure if it's app specific with this issue, but would like to try using this app if possible. Haven't had this permissions problem with regular apps so far.

Feel free to close if this issue isn't relevant

lokxii commented 1 year ago

It worked for me by removing and readding accessibility permission. In fact I do it every time when i do a full recompile and reinstall the application. Not sure why it isn't working on your machine.

RABBITROAST commented 1 year ago

Is it possible that Ventura's latest update could contribute to this? It does feel like whatever is preventing the app from functioning is acting silently.

If you aren't having trouble on the latest Ventura (13.2.1) then I'm also unsure. Will update if I find what works

lokxii commented 1 year ago

My mac is currently still on Monterey. I will need to update OS to test

lokxii commented 1 year ago

a quick search leads me to this reddit post which leads to this article. Not sure if this helps

RABBITROAST commented 1 year ago

a quick search leads me to this reddit post which leads to this article. Not sure if this helps

no success with this method. My best guess is related to updated security with Ventura which is more likely with the proposed fix being unsuccessful. Will continue to search for a fix

RABBITROAST commented 1 year ago

Found a very interesting solution

Dragging the exec file into terminal and giving terminal itself accessibility permissions allows the app to run. Happy it works, unsure as to why it does.

lokxii commented 1 year ago

Good to hear that. Closing this issue now as the solution is found. May reopen if I encounter the issue myself.