Solved Autostarting programs in LXDE

You need a .desktop file to your ~/.config/autostart directory. If that file does not exist you'll need to create one.
eg. firefox.desktop
Code:
[Desktop Entry]
Type=Application
Encoding=UTF-8
Name=Firefox
Comment=Firefox Web Browser
Exec=firefox

or in in ~/.config/lxsession/LXDE/autostart file add the programs you want to autostart.
eg.
Code:
@lxterminal
@leafpad
 
Back
Top