victorpimentel / TVShows

TVShows 2 is the easiest way to download your favorite TV shows automatically in you Mac.
http://tvshowsapp.com/
GNU General Public License v3.0
436 stars 105 forks source link

launchctl: Dubious permissions on file (skipping) #49

Closed seandunaway closed 12 years ago

seandunaway commented 12 years ago

Menu icon was not showing up and TVShows 2 was not checking for new episodes.

$ launchctl load ~/Library/LaunchAgents/com.victorpimentel.TVShowsHelper.plist launchctl: Dubious permissions on file (skipping): /Users/x/Library/LaunchAgents/com.victorpimentel.TVShowsHelper.plist

This fixed it: $ chmod 755 ~/Library/LaunchAgents/com.victorpimentel.TVShowsHelper.plist

Working great now. Thanks for this great program. :)

LadyMadonna commented 12 years ago

Thanks for reporting.