Created
December 4, 2015 04:41
-
-
Save pbouthil/e548da29fce032c9eb31 to your computer and use it in GitHub Desktop.
Start CherryMusic at Bootup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
#opens up new terminal window and executes python script | |
mate-terminal -e "python /home/user_name/CherryMusic/cherrymusic" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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"