SyncthingTray icon indicating copy to clipboard operation
SyncthingTray copied to clipboard

Disable Autostart browser doesn't work

Open RyuzakiKK opened this issue 10 years ago • 6 comments

Even if I deselect autostart browser at the next start of SyncthingTray the option will be selected and the browser will be opened.

As workaround I manually added in the conf file: <setting name="startBrowser" serializeAs="String"> <value>False</value> </setting>

RyuzakiKK avatar Aug 28 '14 10:08 RyuzakiKK

same here :)

crazyscow avatar Sep 04 '14 10:09 crazyscow

Looks like that part of the app is not finished. I see just config file reading, but not updating code. I would fix that, but author is not quick in accepting pull requests. PnP Setting changes also not saved. That relates to all syncthing options (settings group to the right)

flamedmg avatar Sep 04 '14 11:09 flamedmg

Anyway I'm wrong, the workaround doesn't work.

RyuzakiKK avatar Sep 04 '14 11:09 RyuzakiKK

RyuzakiKK, as a walkaround please edit %AppData%/Syncthing/config.xml file. Find there <startBrowser>true</startBrowser>and change it's value to false: <startBrowser>false</startBrowser>. That should help.

flamedmg avatar Sep 04 '14 11:09 flamedmg

Thanks flamedmg, it works.

RyuzakiKK avatar Sep 04 '14 11:09 RyuzakiKK

you can configure that in the webinterface of syncthing, but the option in the tray don't have any effect.

davidak avatar Oct 30 '14 15:10 davidak