Autostart on a Lubuntu session
To launch a program when you login to your GUI session on Lubuntu, add a
ANYNAME.desktop
file to ~/.config/autostart/
.
Give the file three lines:
[Desktop Entry]
Type=Application
Exec=YOUR_COMMAND
To launch a program when you login to your GUI session on Lubuntu, add a
ANYNAME.desktop
file to ~/.config/autostart/
.
Give the file three lines:
[Desktop Entry]
Type=Application
Exec=YOUR_COMMAND