-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
Desktop Shortcuts for each component #145
Comments
Some information about creating windows shortcuts from the python installer |
Some info about creating a MacOS app bundle for a python script |
Some info about creating a linux desktop entry file for GNOME, KDE, and Xfce (this should give us most linux distro's https://www.baeldung.com/linux/desktop-entry-files https://gist.github.com/nathakits/7efb09812902b533999bda6793c5e872 https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html |
Some info about how to run python code during setup, I think we need Install not Build in cmdclass https://stackoverflow.com/questions/27817190/what-does-cmdclass-do-in-pythons-setuptools |
I got some design help for the desktop icons 😄 |
Merged into release branch v1.4.0 |
Describe the solution you'd like
It would be nice to have an application shortcut to more easily launch for each component (Agent, Manager, Reporter)
The text was updated successfully, but these errors were encountered: