Home » Software » Linux » Auto start programs in Lubuntu/LXDE
formats

Auto start programs in Lubuntu/LXDE

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:
1
chromium-browser %U
chromium-browser %U

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/
 
 Share on Facebook Share on Twitter Share on Reddit Share on LinkedIn
No Comments  comments 
© Locutus-Web Services
credit