ian4hu / Clipy

Clipboard extension app for macOS.
https://clipy-app.com
MIT License
253 stars 17 forks source link

Clipy keep asking for accessibility permission even it's already enabled #66

Closed Bossa573 closed 2 years ago

Bossa573 commented 2 years ago

image

I don't know if it's related to I have ever tried to open the version of github.com/clipy/clipy and messed up macOS's system permission history. Now no matter how I open this version (github.com/ian4hu/Clipy), the app keep asking for allowing accessibility permission, I have tried to uncheck and check the permission, delete the entry and open the app again to trigger the entry back, delete the entry and adding the entry manually, still cannot grant the app's permission properly

Or is that possible because same app identifier used between this version and the OG one?

Environment: macOS 12.0.1 2021 MBP M1

Tried other clipboard managers such as copyQ or Maccy, can grant the permission normally.

Bossa573 commented 2 years ago

permission

added a gif video for better illustration to the issue

boer0327 commented 2 years ago

since updated to the latest version, I got the same issue. there are should be something wrong. I have tried to remove and re-aad on accessibility multi times, but it still got the same result.

Environment: macOS 12.0.1 2022 MBP M1 Pro image

Bossa573 commented 2 years ago

btw, OG version (github.com/clipy/clipy) permission works normally (but no longer able to grab clipboard image buffer)

ian4hu commented 2 years ago

After I remove the accessibility item for Clipy, this problem occur. It seems the new macOS version have done some restriction to unsigned apps. I am working at this.

ian4hu commented 2 years ago

@Bossa573 Could you please try the latest release, It build with codesign feature. And I tested it on my macbook, it works fine.

Bossa573 commented 2 years ago

@ian4hu works perfectly for both text and image, thank you very much!