Post

Replies

Boosts

Views

Activity

Reply to macOS 26 Tahoe Screen Saver issues
I have also submitted a case regarding the regressions in UI/UX for screensavers: Tahoe has redesigned the UI for System Settings to remove the Screen Saver pane altogether. Instead, you access Screen Savers from within the Wallpaper settings. This has the following issues: Confusion - macOS has emphasized the importance of Screen Saves in recent years, and users expect to have a Screen Saver pane Usability - although you can access the Screen Savers settings, it’s now hidden behind a button within the Wallpaper settings, and the resulting window runs as a very small modal non-resizable dialog. Since macOS ships with dozens of screensavers by default, forcing the user to navigate these in a tiny window is just silly. Backwards compatibility is broken. For example, the command open x-apple.systempreferences:com.apple.ScreenSaver-Settings.extension No longer works in Tahoe. FB18698083
Topic: App & System Services SubTopic: General Tags:
Jul ’25
Reply to macOS 26 Tahoe Screen Saver issues
Testing using Beta 3, I've figured out one of the issues: In macOS Tahoe, when you are viewing the Screen Savers dialog (from inside Wallpaper), using legacyScreenSaver, the system is incorrectly launching 2 copies - one at fullscreen on the main screen, and then a second (correct) instance which is in Preview mode. Reported as FB18697726
Topic: App & System Services SubTopic: General Tags:
Jul ’25
Reply to Info.plist key for Accessibility (Events) Description
It's not related to NSAppleEventsUsageDescription - that's for something else. Specifically, I'm trying to set up a CGEventTap with the defaultTap option: https://developer.apple.com/documentation/coregraphics/cgeventtapoptions/defaulttap This triggers the OS dialog that looks like this: My question is: can this dialog be customized in any way?
Topic: Privacy & Security SubTopic: General Tags:
Jun ’24
Reply to Third-party screensavers not quitting on Sonoma - any workarounds?
There are many bugs with third-party screensavers under Sonoma. Here's a long thread that discusses a number of fixes: https://github.com/JohnCoates/Aerial/issues/1305 In particular, if your screensaver detects when it needs to exit, it can call exit(0) which seems to do the trick. Direct link: https://github.com/JohnCoates/Aerial/issues/1305#issuecomment-1680853387
Topic: App & System Services SubTopic: General Tags:
Apr ’24
Reply to Ventura 13.3 breaks multimonitor screensavers
@eskimo We are also getting reports of failures in first-party Apple screensavers using 13.4 on multi-monitor systems - in particular the Shifting Tiles screensaver has random blank screens when starting on 2 or 3 monitor systems. Shifting Tiles: when using the "Options / Source: Colors" (which doesn't use photos, just blocks of color) it seems to work fine on 2 or 3 monitor systems. However, if I choose "Options / Choose Folder" or "Options / Photos Library" then I can see some sort of malfunction: With 2 monitors: after the screensaver starts, I get 2 blank screens for about 20 seconds. After 20+ seconds, then both screens start working. With 3 monitors: after the screensaver starts, I get 5 seconds of blank screen, then monitor 1 starts, then another 5 seconds, monitor 2 starts, then another 5 seconds and monitor 3 starts. With repeated testing, the pattern is somewhat random: sometimes 1 and 2 start right away, followed by 3 about 5 seconds later.
Topic: App & System Services SubTopic: Core OS Tags:
May ’23
Reply to com.apple.WebKit.WebContent crash in WebKit::AuxiliaryProcess::didReceiveInvalidMessage
Still happening in Beta 3 - I've narrowed it down a bit, it appears that any use of WkWebView in a x64 Intel app no longer functions on M1 / ARM macs: Instead, the WebKit process crashes. A standalone ARM build, or a Universal Intel/Arm build work fine. Apple: this is a very bad regression, any insight? I have updated FB11786440 with an XCode sample project to illustrate the crash.
Topic: Safari & Web SubTopic: General Tags:
Nov ’22