GithubHelp home page GithubHelp logo

Comments (21)

xor-gate avatar xor-gate commented on May 15, 2024

You need to set the preferences to where syncthing is running and the API key. There is no auto-configure or auto-detect yet of a running syncthing instance.

from syncthing-macos.

muellmaa avatar muellmaa commented on May 15, 2024

if I click on "Preferences" in the tray app, NOTHING happens...
I can only click on "Open", "About" and "Quit" :-)

from syncthing-macos.

xor-gate avatar xor-gate commented on May 15, 2024

Is the preferences window not poped-under other windows?

from syncthing-macos.

muellmaa avatar muellmaa commented on May 15, 2024

no. it's just not opening...

from syncthing-macos.

xor-gate avatar xor-gate commented on May 15, 2024

Which version are you running (about) ? I build/develop from macOS Sierra. And v0.14.8-1 works fine.

from syncthing-macos.

muellmaa avatar muellmaa commented on May 15, 2024

I just downloaded this:
Syncthing-0.14.8-1.dmg, moved to applications and started... perhaps I'm doing something completely wrong then ;-)

from syncthing-macos.

xor-gate avatar xor-gate commented on May 15, 2024

Thats weird, it should "work out of the box" like you describe. Have you tried to quit and open it again?

from syncthing-macos.

muellmaa avatar muellmaa commented on May 15, 2024

yes. multiple times... it's the same on my Mac Pro and my Mac mini...

I thought the same: downloading, drag'n'drop and double-click should work :-S I mean no compiling is required, right? I'm not really a techie...

this evening I'll try it on a MacBook Pro.

from syncthing-macos.

xor-gate avatar xor-gate commented on May 15, 2024

No the drag-and-drop is for users, with a builtin auto-updater. I'm clueless why no window is showing. Does no window open at all? Even the about window?

from syncthing-macos.

muellmaa avatar muellmaa commented on May 15, 2024

the about window appears normally

from syncthing-macos.

xor-gate avatar xor-gate commented on May 15, 2024

The preferences window should behave to same :=(

from syncthing-macos.

muellmaa avatar muellmaa commented on May 15, 2024

same thing on a MacBook Pro...

from syncthing-macos.

xor-gate avatar xor-gate commented on May 15, 2024

There are many downloads already, you are the first one reporting this. Could you send me a email to see if I can remote fix with teamviewer?

from syncthing-macos.

muellmaa avatar muellmaa commented on May 15, 2024

email out, thx!

from syncthing-macos.

muellmaa avatar muellmaa commented on May 15, 2024

Terminal output:

2016-10-16 16:28:38.877 Syncthing[1883:66078] *** Assertion failure in -[NSButtonCell setStringValue:], /Library/Caches/com.apple.xbs/Sources/AppKit/AppKit-1504/AppKit.subproj/NSButtonCell.m:2391

from syncthing-macos.

xor-gate avatar xor-gate commented on May 15, 2024

It seems the default configuration loading fails. You need to open Terminal.app and write the default config with some commands:

defaults write com.github.xor-gate.syncthing-macosx URI "http://localhost:8384"
defaults write com.github.xor-gate.syncthing-macosx ApiKey "1234"
defaults write com.github.xor-gate.syncthing-macosx StartAtLogin "false"

from syncthing-macos.

xor-gate avatar xor-gate commented on May 15, 2024

This is where the magic happens:

https://github.com/xor-gate/syncthing-macosx/blob/master/syncthing/STPreferencesGeneralViewController.m#L24-L26

from syncthing-macos.

xor-gate avatar xor-gate commented on May 15, 2024

I have probably a fix in commit afff54d. I will create a new release.

from syncthing-macos.

xor-gate avatar xor-gate commented on May 15, 2024

It should be fixed now for fresh installs. You can update: About -> Check for update. Could you verify it works? You may close the issue then.

You can read/delete all default application settings from the terminal:

defaults read com.github.xor-gate.syncthing-macosx
defaults delete com.github.xor-gate.syncthing-macosx

from syncthing-macos.

muellmaa avatar muellmaa commented on May 15, 2024

it's working perfectly now! thanks!

from syncthing-macos.

xor-gate avatar xor-gate commented on May 15, 2024

Awesome!

from syncthing-macos.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.