Friday, May 10, 2013

Launch Custom Script at Startup

Say the name of the script is checkconnection.
Create the file :
.config/autostart/checkconnection.desktop

Add following lines to the file:

[Desktop Entry]
Type=Application
Terminal=false
Exec=/path/to/scrip/folder/checkconnection
Name=checkconnection

No comments:

Post a Comment