If you want applications auto started after loggin in in Lubuntu open up:
Code:
1 | sudo leafpad /etc/xdg/lxsession/Lubuntu/autostart |
sudo leafpad /etc/xdg/lxsession/Lubuntu/autostart
and (for example) to start automatically your browser add this line at the end of the file:
Code:
Note: the @ is not needed.
Or you could do: First you can link a program’s .desktop file to ~/.config/autostart/. Installed programs put their .desktop file in /usr/share/applications. For example:
Code:
1 | ln -s /usr/share/applications/lxterminal.desktop ~/.config/autostart/ |
ln -s /usr/share/applications/lxterminal.desktop ~/.config/autostart/





