Raspberry Pi: Run VLC on startup and play slideshow videos/pictures from folder

This tutorial about how to autostart VLC with fullscreen and play loop images/videos from a specified folder. 1. edit display.desktop file sudo nano /etc/xdg/autostart/display.destktop   2. add the following lines, and save [Desktop Entry] Name=vlc Exec=vlc –loop –fullscreen –playlist-tree /home/pi/Desktop/media/   3. in this example I created a folder in /home/pi/Desktop/media, VLC automatically play images … Continue reading Raspberry Pi: Run VLC on startup and play slideshow videos/pictures from folder