~/Library/Prefeences/com.apple.remotedesktop.plist
Turns out as of version 3.7 it's all been 'sandbox'ed. That means these prefences files have been moved to:
~/Library/Container/com.apple.remotedesktop/Library/Preferences/com.apple.remotedesktop.plist
But not only this, it has to have the right ACL's (permissions)
What I tried to do is copy this file between accounts and it ended up replacing the copied file with a blank one every time. It wasn't until I read this post which mentioned resetting ACL's. THis is the command they suggested using:
~/Library/Container/com.apple.remotedesktop/Library/Preferences/com.apple.remotedesktop.plist{ sudo chflags -R nouchg,nouappnd ~ $TMPDIR.. ; sudo chown -R $UID:staff ~ $_ ; sudo chmod -R u+rwX ~ $_ ; chmod -R -N ~ $_ ; } 2> /dev/nullSo first I copied the com.apple.remotedesktop.plist file to
I then ran the command in terminal.
Then I logged out and back in again.
Crash bang wollop it worked.
Cheers
No comments:
Post a Comment