#!/usr/bin/python3.7

""" Starts a slideshow of images with the desktop background
"""

import os

os.execvp("/usr/share/cinnamon/cinnamon-slideshow/cinnamon-slideshow.py", (" ",))
