samschott / maestral

Open-source Dropbox client for macOS and Linux
https://maestral.app
MIT License
3.12k stars 64 forks source link

GUI does not start when launching .app, but launching MacOS/Maestral in the terminal works #995

Open bluefirex opened 1 year ago

bluefirex commented 1 year ago

Describe the bug I can't launch Meastral like a regular Mac app. Double clicking the icon or using open from the Terminal does not do anything. Launching it from the Terminal by using its embedded binary does work just fine, though.

To Reproduce

  1. Double Click Maestral app icon in e.g. Finder
  2. Doesn't work
  3. Launch Terminal, type /Applications/Maestral.app/Contents/MacOS/Maestral
  4. Works

Expected behaviour App should launch like any other app when launching the .app bundle.

System:

Additional context Except for [Cocoa] Not implemented: ScrollContainer.set_on_scroll() I don't see any output in the Terminal while running Maestral.

samschott commented 8 months ago

Could you check if this persists with the latest release v1.9.1?