I have written a python application and my user will have the option of launching the app automatically when the user logs in. It is important that users are able to turn this option on / off from within the app automatically, rather than manually editing the login script, so it should be done within the Python code instead of the shell script. This app is deployed on Ubuntu Linux, what is the best way to do this?
What you have to do is to handle auto start.
Comments
Post a Comment