Advertisement
Guest User

Untitled

a guest
Aug 31st, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. # So your Last.fm Mac client is crashing...
  2.  
  3. Use launchd to check every minute that Last.fm is running. If it's not, then start it up.
  4.  
  5. 1. Create `com.USERNAME.lastfm.plist` in `$HOME/Library/LaunchAgents`
  6. 2. Create `lastfm.sh` in `~`
  7. - Don't forget to `chmod +x ~/lastfm.sh`
  8. 2. Inform launchd about the new plist by doing `cd $HOME/Library/LaunchAgents && launchctl load com.USERNAME.lastfm.plist`
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement