You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @stephancasas π I'm on Sonoma 14.1 (23B73) RC. First time I ran the Workflow, it errored out with:
Was easy to guess the problem, on my system AppleInterfaceStyle doesn't seem to exist in my NSGlobalDomain. Even manually setting it to "Dark" and then back to "Light" in Sysprefs didn't change things:
$ defaults read -g AppleInterfaceStyle
2023-10-24 08:38:42.826 defaults[65397:6990884]
The domain/default pair of (kCFPreferencesAnyApplication, AppleInterfaceStyle) does not exist
So, I set the Workflow manually to "Light" and it works great (amazing workflow btw π ) Seems like this is the same problem... maybe you can trap for that and avoid the error?
Here's my System Settings β Appearance btw
The text was updated successfully, but these errors were encountered:
luckman212
changed the title
Missing kCFPreferencesAnyApplication AppleInterfaceStyle if Use System Setting is selected for Color Scheme
Workflow doesn't run if kCFPreferencesAnyApplication β AppleInterfaceStyle is nil + Use System Setting is selected for Color Scheme
Oct 24, 2023
Hey @stephancasas π I'm on Sonoma 14.1 (23B73) RC. First time I ran the Workflow, it errored out with:
Was easy to guess the problem, on my system
AppleInterfaceStyle
doesn't seem to exist in my NSGlobalDomain. Even manually setting it to "Dark" and then back to "Light" in Sysprefs didn't change things:So, I set the Workflow manually to "Light" and it works great (amazing workflow btw π ) Seems like this is the same problem... maybe you can trap for that and avoid the error?
Here's my System Settings β Appearance btw
The text was updated successfully, but these errors were encountered: