chrishunt / desktop

A decent way to change your desktop image
https://github.com/chrishunt/desktop
MIT License
250 stars 15 forks source link

Not working on Yosemite #24

Closed edorgeville closed 9 years ago

edorgeville commented 9 years ago

:cry:

chrishunt commented 9 years ago

Oh no! Are you using the latest version? I thought I fixed this in https://github.com/chrishunt/desktop/pull/18.

$ gem update desktop
$ desktop version
1.2.0
edorgeville commented 9 years ago
$ gem update desktop
Updating installed gems
Nothing to update
$ desktop version  
1.2.0

:neutral_face:

chrishunt commented 9 years ago

@th3m4ri0 What's the issue you're having?

edorgeville commented 9 years ago

Oh well. I just tried again and it's working.

$ desktop http://wallpapers.wallhaven.cc/wallpapers/full/wallhaven-64346.png
It looks like this is the first time you've tried to change your desktop.

We need to make your desktop image writable before we can change it. This only needs to be done once.

$ sudo chown -h $('whoami'):staff /System/Library/CoreServices/DefaultDesktop.jpg && sudo chown $('whoami'):staff /System/Library/CoreServices/DefaultDesktop.jpg
$ sudo chmod -h 664 /System/Library/CoreServices/DefaultDesktop.jpg && sudo chmod 664 /System/Library/CoreServices/DefaultDesktop.jpg

Password:

Ah ! Sorry the waste of time :dizzy_face:

chrishunt commented 9 years ago

No problem, just glad it's working. Thanks for the issue.