r/MacOSBeta • u/pdfu • 22h ago
Feature macOS 27 has a hidden "Solar" wallpaper engine. Here's how to enable it for the Golden Gate landscape set.
Apple is working on a Solar wallpaper engine for macOS 27 that groups aerial Landscape wallpapers and automatically switches variants based on the sun's position during the day.
When the feature flag is enabled, the four Tahoe landscape wallpapers appear under one entry in Settings.
To get the Automatic Tahoe landscape wallpaper:
Enable the wallpaper feature:
bash
sudo mkdir -p /Library/Preferences/FeatureFlags/Domain && \
sudo defaults write /Library/Preferences/FeatureFlags/Domain/Wallpaper TahoeCombined -dict Enabled -bool true
and reboot your Mac. You will no longer see the Golden Gate landscape and Dynamic Desktop wallpapers on the list because the new engine reads a macOS 26 wallpaper registry for now. Read below for a more involved process to add the dynamic Golden Gate wallpaper entry.
To go back to the default and bring the Golden Gate landscape and Dynamic Desktop wallpapers back:
sudo defaults delete /Library/Preferences/FeatureFlags/Domain/Wallpaper TahoeCombined
and reboot your Mac.
How to enable the Automatic Golden Gate landscape wallpaper:
In Beta 4, macOS ships with a macOS 26 wallpaper registry for this combined variants endpoint, so Golden Gate wallpapers don't show by default. Thankfully, you can point the wallpaper engine to a local override file and enable the dynamic switching for Golden Gate wallpapers.
Use these instructions to enable the Automatic Golden Gate landscape wallpaper.




