You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 7, 2025. It is now read-only.
Mike Griese edited this page May 26, 2017
·
4 revisions
One of the core goals of the Distro Launcher is to enable distro publishers to control & customize various aspects of the distro launching process.
For example, you may want to configure a user's environment variables, run updates, or display a message of the day (MOTD).
Of course, be sure to only execute essential operations within the LaunchDefault() method to avoid slowing the launch speed of your distro. This method is run whenever the user runs launcher without any arguments from the commandline, or launches the tile, so you shouldn't be putting a lot of heavy work in here.