Christopher Grande
Christopher Grande
It's a good point. I had tested `gridColor` but it was very dark and wasn't being correctly color mixed with the Desktop picture - this now seems to be the...
@ipmb Thank you for that! Creating a management command solved all the issues I've been having trying to get this to function!
CreateUserPkg on 10.9 creates a Home Directory that has incorrect permissions along with the issues @squidsoup mentioned.
It was created with 1.2.4. The home directory created for the user has all the wrong permissions, owner is system for example. Remote Management doesn't work for the user, has...
Ahha! I found the issue. A script during the imaging process creates a plist in the nonexistent home directory. This causes a home directory and library folder to be created...
And for @squidsoup I have found the ARD issue is caused by using the default UID of 499 - once changed to 501 all is well with the Remote Management...
Appears this was an OS bug, it's fixed on 10.14.4
It's all done and working, no Photoshop it's all in the XIB no code changes. Here are the changes, https://github.com/chrisgrande/munkiadmin/commit/00790220f8cae90c3b0c8127587a2e771382d39f
It's basically the same as doing it in code but with the runtime attribute, on < 10.10 the toolbar will revert to the normal non unified toolbar.
I'm not seeing this, are you adding the request to `.response()` when you return the `TurboStream`, like so `.response(request=request)`. The docs just have `.response(request)`, I updated [via a pull request](https://github.com/hotwire-django/django-turbo-response/pull/10)...