Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't run the GUI application on macOS Catalina #19

Open
jeandeaual opened this issue Dec 30, 2020 · 0 comments
Open

Can't run the GUI application on macOS Catalina #19

jeandeaual opened this issue Dec 30, 2020 · 0 comments
Assignees
Labels
bug Something isn't working gui Related to the graphical application macOS macOS issue or PR

Comments

@jeandeaual
Copy link
Owner

The macOS DMG package doesn't seem to run on macOS Catalina or newer.

To Reproduce

After that the app doesn't open. When running it from the command-line, I get the following error: LSOpenURLsWithRole() failed with error -10810 for the file tts-deckconverter-gui.app.

The common solutions found on Google for this error are:

  • Run chmod +x tts-deckconverter-gui.app/Contents/MacOS/tts-deckconverter-gui
  • Run xattr -dr com.apple.quarantine tts-deckconverter-gui.app
  • Open the app using Right-Click → Open.
    None of these worked.

The only solutions I found are:

  • Directly run the executable inside tts-deckconverter-gui.app → Contents → MacOS, but that's not very user-friendly.
  • Create an Apple Developer Account and sign the package using fyne-cross darwin -release, but that's expensive.
@jeandeaual jeandeaual added bug Something isn't working macOS macOS issue or PR labels Dec 30, 2020
@jeandeaual jeandeaual self-assigned this Dec 30, 2020
@jeandeaual jeandeaual added the gui Related to the graphical application label Dec 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working gui Related to the graphical application macOS macOS issue or PR
Projects
None yet
Development

No branches or pull requests

1 participant