Possible Duplicate:
How to start applications at startup automatically?
I'm using simple tiling manager.This programm have one .py file. How to autostart this .py file with parameters after login? If it important, i'm using gnome 2.
Already tried to add bash script, which runs my .py to rc.local, but nothing.
python path/to/myscript.py myoptions
to the startup command or.desktop
-file as is further elaborated in the question/answer above. – Takkat Sep 24 '12 at 08:15