Hi everyone,
I'm running macOS 26 Tahoe (26.5.1) with Dropbox 256.4.3790 and I've lost all sync status badges in Finder. Posting here because I've spent time diagnosing this and want to share what I found.
The problem:
In legacy mode (garcon/FinderSync extension), the badges simply don't appear. After investigating, I found that FinderSyncExtensionHost — the macOS process responsible for hosting FinderSync extensions — no longer exists on macOS 26. Dropbox's garcon.appex extension registers successfully via pluginkit (shows as + enabled) and the garcon process runs, but without FinderSyncExtensionHost there's nothing to render the badges in Finder.
In File Provider mode, the badges do appear, but the "Make available online only" right-click option in Finder is broken/missing, making Smart Sync unusable.
So both modes are broken in different ways on macOS 26.
What I've tried:
- Restarting Finder (
killall Finder) - Re-registering the extension (
pluginkit -e use -i com.getdropbox.dropbox.garcon) - Killing and restarting
FinderSyncExtensionHost (process doesn't exist on macOS 26) - Toggling the extension off and on in System Settings
Environment:
- macOS 26 Tahoe 26.5.1 (Build 25F80)
- Dropbox 256.4.3790
- Apple Silicon
Is anyone else seeing this? Has Dropbox confirmed macOS 26 support is in progress? The FinderSyncExtensionHost removal seems like a significant OS-level change that Dropbox needs to adapt to.