Page 1 of 1

startup items on a .sh document

Posted: Mon Jun 27, 2011 1:45 am
by nitrofurano
hi!
i'm trying to run startup items on a .sh document in this way:

~/.config/autostart/startupitems.desktop has:

Code: Select all

[Desktop Entry]
Name=startupitems
Exec=lxterminal --command "/home/guest/lxde_startup_items.sh"
Terminal=true
and /home/guest/lxde_startup_items.sh has

Code: Select all

python /home/guest/fbsetbgfrandom.py &
gnote &
gnome-volume-control-applet &
conky -q &
liferea &
radiotray --resume &
and this seems to be not working - what am i doing wrong?
thanks and regards

Re: startup items on a .sh document

Posted: Mon Jun 27, 2011 12:54 pm
by lm8
I have a startup script I run, but I run it from within ~/.config/openbox/autostart.sh instead of the desktop file.