Skip to content

Instantly share code, notes, and snippets.

@pbouthil
Created December 4, 2015 04:41
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pbouthil/e548da29fce032c9eb31 to your computer and use it in GitHub Desktop.
Save pbouthil/e548da29fce032c9eb31 to your computer and use it in GitHub Desktop.
Start CherryMusic at Bootup
#!/bin/bash
#opens up new terminal window and executes python script
mate-terminal -e "python /home/user_name/CherryMusic/cherrymusic"
@pbouthil
Copy link
Author

pbouthil commented Mar 23, 2022

UPDATE: Create a file called "cherrymusic.desktop" and put the file in the /home/(username)/.config/autostart folder location

[Desktop Entry]
Type=Application
Name=CherryMusic
Exec=/usr/bin/python3 "/home/pbouthil/CherryMusic/cherrymusic"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment