Search for Startup Applications in dash and open it.
Open the Startup Applications and click Add
Fill the fields as follows replacing <my_username>
by your username and the following path by the video path where <the_video.mp4>
is the video:
- Name:
Open my awesome video
- Command:
vlc -L -f <video_path>
- Comment:
You can leave me blank
- Name:
vlc
: yes, you guessed it! it's the command.-L
: Plays the video infinitely (when it ends, then starts again).-f
: Puts in fullscreen automatically.<video_path>
: The absolute path of the video. A valid path is this:/home/johndoe/Desktop/my_awesome_movie.mp4