-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Sonoma 14.4 Aerial will not run #1353
Comments
done |
@Mac0User I'm going to need more details, about you downloaded, and what part doesn't work ? Did you download Aerial Companion and that doesn't work, did you install via homebrew ? etc etc Also I assume this is Sonoma 14.2 and not 14.4 ? |
piggybacking off this as i imagine it's probably the same issue - aerials also does not work for me in sonoma. model: MacBook Pro 14" 11/2023 the behavior i'm seeing is that i can edit settings via the companion just fine, but trying to edit them by clicking the "options" button under the screensaver pane of the system preferences does not work - clicking the button does nothing. also, the preview for the screensaver just shows a black screen. |
Is it just editing settings and the preview that doesn't work, or does the screensaver doesn't work when your mac goes to sleep ? As for the settings things, try this :
Things should work after that. Sometimes some parts of the legacy thing of macOS crash for some reason, this usually fixes it. |
all of the above I don't see anything matching legacyScreenSaver in the process list if I have activity monitor open when messing around with the screen saver settings |
Ok thanks. Looks like nothing starts here, not even the mini preview. One thing I could suggest is restarting your mac, it has been known to fix cases like this. Sometimes macOS prevents it to launch for some unknown reason and it's fine next boot. If that doesn't work, I would suggest :
And see if you see any error here (probably a launch denied for unknown reason, which is what usually gets fixed by a reboot). |
ah, figured it out. filesystem permissions error - was trying to have aerials play a bunch of deep sea videos i'd synced locally using google drive, however it was blowing up due to a lack of read permissions for those directories within the legacyScreenSaver process. |
Ha, interesting. I'm surprised you couldn't get options working because of that though, although it's usually a pretty bad issue. But yeah legacyScreenSaver is becoming fairly hostile to "simple" things like that. Try to put your videos in |
Also, this is still something I'm not sure about, but try adding your video folder from within System Settings and not from Companion. I think that can lead to issues too. Anyway, thanks for taking the time to troubleshoot it, take care! |
digging into this a bit more i think the root issue is that the desktop client for google drive uses FileProvider and under the hood the directories it manipulates live within /Users/youruseraccount/Library/CloudStorage etc etc so by default only my user account has read/write on that appreciate you walking me through how to troubleshoot this! apologies for hijacking this issue, as its probably a completely separate problem to what the OP was experiencing. |
No worries, try adding that directory from System Settings just in case, see if that fixes it, but it's very likely that anything in your user account will get denied by the various new security restrictions that Apple has put on us, on top of the whole FileProvider API thing. Truly local files will be safer (an external drive works too, for now). |
Required information
In order to help us sort your issue, we ask that you provide the following information:
The text was updated successfully, but these errors were encountered: