startup items on a .sh document
Posted: Mon Jun 27, 2011 1:45 am
hi!
i'm trying to run startup items on a .sh document in this way:
~/.config/autostart/startupitems.desktop has:
and /home/guest/lxde_startup_items.sh has
and this seems to be not working - what am i doing wrong?
thanks and regards
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
Code: Select all
python /home/guest/fbsetbgfrandom.py &
gnote &
gnome-volume-control-applet &
conky -q &
liferea &
radiotray --resume &
thanks and regards