Posted on 09-26-2014 01:03 PM
I am having a difficult time trying to find where iBooks and Maps keeps appearing in the dock of managed machines. I created a dock, captured through composer, delivered to machines with Fill User Directory and Existing directory checked. I push this to machines. The dock looks as expected with the exception of it keeps putting iBooks and Maps on the end of the dock items. I checked all plist files (in the Library for defaults and through my package) and iBooks and Maps is no where in them. However, when I look at the logged in user after imaging it is n the plist file. I have looked and no one has them being pushed through a policy or configuration, etc. Any ideas?
Posted on 09-26-2014 01:06 PM
#!/bin/bash
rm -rf /Library/Preferences/com.apple.dockfixup.plist
Posted on 09-26-2014 01:07 PM
So run that as script during imaging time?
Posted on 09-26-2014 01:08 PM
Yep. Give it a test.
Posted on 09-26-2014 01:12 PM
or you could edit that plist and make it put things you want in the order you want, but apple can update that with an OS X update so be prepared to either continue to maintain it or remove it.
Posted on 09-26-2014 01:13 PM
gosh @bentoms are you sure you should be promoting the use of bash scripts, should that be csh, tcsh, ksh or zsh LOL
Posted on 09-26-2014 01:18 PM
Thanks. I will test that.
Posted on 09-26-2014 01:19 PM
@nessts, the only safe computer is an off computer.
Posted on 09-26-2014 01:41 PM
well if you're going to get all logical then so be it. :)