raycast / extensions

Everything you need to extend Raycast.
https://developers.raycast.com
MIT License
5.18k stars 2.88k forks source link

[ScreenOCR] macOS Sequoia Screen Recording Permission Issue #13356

Open Asstiff opened 1 month ago

Asstiff commented 1 month ago

Extension

https://www.raycast.com/huzef44/screenocr

Raycast Version

1.78.1

macOS Version

15.0

Description

On macOS 15, ScreenOCR cannot be used. Every time it try to get a screenshot, the permission alert appears.

Steps To Reproduce

  1. Upgrade to macOS Sequoia.
  2. Use the ScreenOCR extension.
  3. The permission prompt appears.

https://github.com/raycast/extensions/assets/46558763/606bb41f-30b4-432d-8d16-8dca87b5cef1

Current Behaviour

No response

Expected Behaviour

No response

raycastbot commented 1 month ago

Thank you for opening this issue!

🔔 @neo773 @anwarulislam you might want to have a look.

💡 Author and Contributors commands The author and contributors of `huzef44/screenocr` can trigger bot actions by commenting: - `@raycastbot close this issue` Closes the issue. - `@raycastbot rename this issue to "Awesome new title"` Renames the issue. - `@raycastbot reopen this issue` Reopens the issue. - `@raycastbot assign me` Assigns yourself to the issue. - `@raycastbot good first issue` Adds the "Good first issue" label to the issue. - `@raycastbot keep this issue open` Make sure the issue won't go stale and will be kept open by the bot.
anwarulislam commented 1 month ago

@Asstiff can you please record in English?

Asstiff commented 3 weeks ago
Screenshot 2024-08-01 at 14 08 36

It looks like this.

Deprecations Applications utilizing deprecated APIs for content capture such as CGDisplayStream & CGWindowListCreateImage can trigger system alerts indicating they might be able to collect detailed information about the user. Developers need to migrate to ScreenCaptureKit and SCContentSharingPicker. (120910350)

erics118 commented 2 weeks ago

This is a new macos sequoia feature. See https://9to5mac.com/2024/08/06/macos-sequoia-screen-recording-privacy-prompt/

neo773 commented 2 weeks ago

This is a new macos sequoia feature. See https://9to5mac.com/2024/08/06/macos-sequoia-screen-recording-privacy-prompt/

This! there's unfortunately nothing I can do about that, it's just how Apple has decided on. About the deprecation notice, I wasn't aware of that Thanks! Although I don't have any plans at the moment to migrate.