Using Python to add/remove Ubuntu login script items
Posted
by codebox_rob
on Stack Overflow
See other posts from Stack Overflow
or by codebox_rob
Published on 2010-05-16T16:40:54Z
Indexed on
2010/05/16
17:00 UTC
Read the original article
Hit count: 248
I have written a Python application and would like to give my users the option of having the app automatically launch itself when the user logs in. It is important that the user is able to toggle this option on/off from within the app itself, rather than having to manually edit login scripts, so this needs to be done from within the Python code rather than from a shell script. The app is deployed on Ubuntu Linux, any suggestions for the best way of doing this?
© Stack Overflow or respective owner