I have a one line script;
defaults write com.apple.dock persistent-others -array-add '{ "tile-data" = { "list-type" = 1; }; "tile-type" = "recents-tile";}' && killall Dock
…which puts a stack on the Dock that houses Recent Applications.
This runs fine when run locally on the machine as a standard user with/without Admin rights.
However, if this runs from a Self Service policy it fails to add the stack – the respawn of the Dock goes through fine, but the stack never appears.
Any thoughts?
Cheers
Rhys
