startup items on a .sh document

Please post all general support questions for LXDE here.
Locked
nitrofurano
Posts: 38
Joined: Sat Sep 27, 2008 11:18 pm

startup items on a .sh document

Post 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
lm8
Posts: 16
Joined: Sat Feb 14, 2009 7:39 pm

Re: startup items on a .sh document

Post by lm8 »

I have a startup script I run, but I run it from within ~/.config/openbox/autostart.sh instead of the desktop file.
Locked