On macOS 12.2 Syncthing is running but GUI doesn't show
supermaverickws opened this issue · 6 comments
Menu don't exist too
@supermaverickws some questions so we clear things up:
- Do you see the macOS bar icon?
- When you open Syncthing.app from Applications directly or via Launchpad does a preference window show?
My macOS 12.2 update is waiting installation.
Did you uncheck the "Show in Menu Bar" checkbox? That would hide the icon.
You can check if the menu bar icon is hidden with the following command:
defaults read com.github.xor-gate.syncthing-macosx
If there is a line "NSStatusItem Visible Item-0" = 0;
then the menu bar item is hidden. You can show it again by doing this:
- locate sync thing in finder
- double click Syncthing app icon
- The SyncThing preferences should appear (it's possible the window is on a secondary screen, or partially off screen. Try looking for it in mission control if you can't find it)
- check the "Show Icon in Menu Bar" checkbox to show it again
If that doesn't work:
- Quit Syncthing with activity monitor
- enable the status item with the following command:
defaults write com.github.xor-gate.syncthing-macosx "NSStatusItem Visible Item-0" 1
- start synct thing again
- The menu bar icon should appear now
And I just wanted to say that Syncthing works as expected both on macOS 12.2 and on macOS 12.3 beta.
My guess is that @supermaverickws is surprised that you can make the UI disappear completely by hiding the menu bar icon, and maybe they don't realise you have to launch Syncthing again even though it is already running to make the preferences window appear.
thanks. It displayed When restarted system.