Code: Select all
[Desktop Entry]
Type=Application
Exec=/home/knoppix/somescript.py
Code: Select all
# Run the system-wide support stuff
. $GLOBALAUTOSTART
# Programs to launch at startup
hsetroot ~/wallpaper.png &
xcompmgr -c -t-5 -l-5 -r4.2 -o.55 &
# Programs that will run after Openbox started
(sleep 2 && somescript.py) &
to run all the support files) but that doesn't work either. I can't seem to find any other command line edit that will accomplish this, which is what I need. Thanks for the help.