if os.path.exists(the_launch_path) == False:
            try:
                os.makedirs(the_launch_path)
                print("    Create ~/.config/autostart directory [OK] -> " + the_launch_path)
            except: