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