the app needs a shell script to start it going that can be launched from any directory on the system, and includes a man/info page as well as a way to get the version of the program.
added a very basic shell script to launch the app... still needs a lot more beefing up (like accepting -v or --version CLI arguments) as well as detecting which directory it's in and assigning that as the working directory before launching the program
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=2117073
Originator: YES
added a very basic shell script to launch the app... still needs a lot more beefing up (like accepting -v or --version CLI arguments) as well as detecting which directory it's in and assigning that as the working directory before launching the program
Logged In: YES
user_id=2117073
Originator: YES
This may or may not ever be done. It's possible that the project will just have a python launcher script instead.