Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MacOS Sequoia Support #40

Open
jlp-craigmorten opened this issue Dec 31, 2024 · 1 comment · May be fixed by #39
Open

MacOS Sequoia Support #40

jlp-craigmorten opened this issue Dec 31, 2024 · 1 comment · May be fixed by #39

Comments

@jlp-craigmorten
Copy link
Contributor

Issue

Details

It has been reported that Guidepup doesn't appear to be working on MacOS Sequoia (15), see guidepup/guidepup#89.

This is because the VoiceOver preferences are no longer located at ~/Library/Preferences/com.apple.VoiceOver4/default.plist and have instead moved to the sandboxed location ~/Library/Group Containers/group.com.apple.VoiceOver/Library/Preferences/com.apple.VoiceOver4/default.plist.

This also impacts @guidepup/setup because enabling AppleScript control of VoiceOver requires being able to set the SCREnableAppleScript preference to true in said file.

The migration to the group container for VoiceOver will present difficulties because this isn't generally accessible for unprivileged processes/applications.

@cmorten cmorten linked a pull request Jan 1, 2025 that will close this issue
1 task
@cmorten
Copy link
Contributor

cmorten commented Jan 1, 2025

Raised actions/runner-images#11257 for GH actions to have AppleScript control enabled for their runners.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants