Posted on 01-30-2013 07:28 AM
We have set it up for a certain user to send out messages to our other users via casper. This user has asked if we can make the message more pronounced by changing the desktop pattern of the end-user until they acknowledge the message, which then returns the desktop to it's original background.
I've figured out how to install a desktop background using a policy, using MCX I can change the pattern, however this only works on log in. Has anyone developed a script or a method to do something like this so its more "Active"?
Posted on 02-18-2014 11:00 AM
I agree - If there were an option for "set once per computer" that would be amazing. Back to the searches i go.
Posted on 02-18-2014 11:13 AM
Which Mac OS?
You can use a AppleScript to set the desktop background.
On 10.9 you can also use a python script.
Posted on 02-18-2014 12:02 PM
You can use a Python script in earlier OS X releases as well. Both AppleScript and Python are calling the same (or a similar) underlying API.
-Greg
Posted on 02-18-2014 12:03 PM
@gregneagle, I stand corrected.
Was thinking of a python script I saw to edit the SQLite3 db direct.
Posted on 02-18-2014 12:06 PM
Ah. I assumed you were referring to something along these lines:
https://gist.github.com/gregneagle/6957826
or
http://grahamgilbert.com/blog/2013/10/28/setting-a-desktop-picture-in-mavericks/
Posted on 02-18-2014 12:10 PM