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
Double Click Maestral app icon in e.g. Finder
Doesn't work
Launch Terminal, type /Applications/Maestral.app/Contents/MacOS/Maestral
Works
Expected behaviour
App should launch like any other app when launching the .app bundle.
System:
Maestral version: 1.8.0
Python version: 3.11.5
OS: macOS 14.0 Sonoma (23A344)
Desktop environment: Aqua
PyQt version (for Linux GUI): –
Additional context
Except for [Cocoa] Not implemented: ScrollContainer.set_on_scroll() I don't see any output in the Terminal while running Maestral.
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
/Applications/Maestral.app/Contents/MacOS/Maestral
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.