First, I know that this has been asked before. Tried guides, didn't work...
So I have a python script that has a never ending loop. It accesses the internet.
All I want to do is that after I log in or the computer start, this python script is executed in the background until I shut down the computer.
Let's say my script is currently in my home directory named myscript.py
How could I achieve this task in ubuntu 12.10?
Thank you for your answer
.desktop
fileExec=
field to run your scriptpython /path/to/myscript.py
. – Takkat Feb 25 '13 at 10:45