Closed NickGaens closed 7 years ago
@NickGaens Seems like the permissions/ownership on the Reddit Backgrounds
directory are messed up. Perhaps it was run as sudo
the first time, so the directory is really owned by root
(?)
Probably easiest to just delete the directory and recreate it making sure to not use sudo
here. Altneratively you, can use chown -R
and chmod -R
to fix the permissions manually.
You were correct: the Reddit Backgrounds
directory had root
as its owner, which caused the permission problem I experienced.
Using chown -R nickgaens /usr/local/bin/reddit-background
indeed solved it.
Thanks!
I've created a property list (.plist) which embodies reddit-background as such:
But when trying to launch this using launchctl, it says:
I'm assuming there's a missing sudo on my part somewhere; any clue?