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

Make cocoa apps have app name as title of first menu item (not "python") #77

Closed
jrwdunham opened this issue Oct 28, 2016 · 4 comments
Closed

Comments

@jrwdunham
Copy link
Contributor

Is this easily doable? I haven't been able to figure it out. Any help much appreciated.

@freakboy3742
Copy link
Member

It is; but not if you start the app from the command line. The name of the app in the menubar is the name of the executable bundle; if you use the command line to start the app, that's "python".

However, if you wrap your project up in an app bundle, you can provide app metadata and set the app to be whatever you want. Briefcase is a project that makes this relatively simple - just define your setup.py, and the rest is auto generated for you.

@jrwdunham
Copy link
Contributor Author

Thanks! Moving on to Briefcase now to try that out!

@jrwdunham
Copy link
Contributor Author

Excellent. Confirmed that Briefcase fixes this. Feel free to close this.

@freakboy3742
Copy link
Member

Excellent; closing.

That said, if anyone can work out a magic combination of invocations that allows setting the app name without wrapping in an app bundle, I'd happily integrate that change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants