I want to start several python scripts when I log into my gnome session on suse 10.3. The scripts are always started like this :
python -u /xxx/xxx/name_of_file.py
When I run this script from a terminal it starts and executes the file correctly (launching a screenlet applet).
Only when the line is added to the startup list of gnome it doesn’t appear to do anything. I don’t see the applet starting.
How can I fix this ?
Thanks.