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

feat: try support sequoia VO preferences being sandboxed #39

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

jlp-craigmorten
Copy link
Contributor

@jlp-craigmorten jlp-craigmorten commented Dec 31, 2024

Issue

Partially fixes guidepup/guidepup#89

Fixes #40

Details

VoiceOver preferences have been moved in Sequoia, this change attempts to support the new setup.

CheckList

  • Has been tested (where required).

@jlp-craigmorten
Copy link
Contributor Author

jlp-craigmorten commented Dec 31, 2024

Alas we're seeing:

/Users/runner/Library/Group Containers/group.com.apple.VoiceOver/Library/Preferences/com.apple.VoiceOver4/default.plist: file does not exist or is not readable or is not a regular file (Error Domain=NSCocoaErrorDomain Code=260 "The file “default.plist” couldn’t be opened because there is no such file." UserInfo={NSFilePath=/Users/runner/Library/Group Containers/group.com.apple.VoiceOver/Library/Preferences/com.apple.VoiceOver4/default.plist, NSURL=file:///Users/runner/Library/Group%20Containers/group.com.apple.VoiceOver/Library/Preferences/com.apple.VoiceOver4/default.plist, NSUnderlyingError=0x600001dc07e0 {Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"}})

So it appears the GitHub runner agent doesn't have permissions to read/write to the necessary plist... might be a bit stuck here unless we get changes into the runner itself!

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 this pull request may close these issues.

MacOS Sequoia Support VoiceOver configuration doesn't work on macOS Sequoia
1 participant