Posted on 08-02-2019 08:41 AM
[Hello everyone. I've been having problems trying to get screen saver and logout settings to catch. My goal is to have screen saver and idle logout disabled. The reason for this is our student machines, if left idle while testing software (NWEA MAP browser) is open, causes the OS to freeze right when screen saver comes on. Priority is screen saver settings and logout settings is icing on the cake. I believe it is some kind of bug but to bypass this I just need to disable those settings.
I've tried different methods like sending custom config profiles using third party app (ProfileCreator) and defaults write scripts I've found online. As well as ones sent to me by Jamf support. Nothing has worked. I am curious to see what others have been using to get those settings to work on Mojave 10.14.5.
From Jamf Support:
#!/bin/sh
currentUser=$(/bin/ls -l /dev/console | /usr/bin/awk '{ print $3 }')
sudo -u $currentUser defaults -currentHost write com.apple.screensaver idleTime 0
exit 0
## end script
defaults write com.apple.screensaver idleTime 0
Posted on 08-02-2019 08:56 AM
I don’t know if this has any bearing on your issue but I saw the 10.14.6 Supplemental update was released that fixes some sleep issues on newer hardware. I noticed my new Mac mini lab seems to have issues waking from sleep and I’m going to try it later on today.
https://www.google.com/amp/s/www.idropnews.com/news/apple-releases-macos-update-with-fix-for-mysterious-sleeping-bug/113400/amp/
Posted on 08-02-2019 09:40 AM
Hmm that is interesting. I'll try upgrading and see if the issues persist.
Posted on 08-02-2019 12:09 PM
I upgraded to 10.14.6 and still getting the same issues.
Posted on 09-04-2019 07:53 AM
Also having the same issue. Curious to see what you say. I am going to contact NWEA.
Posted on 09-04-2019 09:01 AM
I called in - they are releasing a newer version of the Secure Browser soon, to address the security issues on first launch that 4.0.0.3 had. I'm hopefully going to be able to test it but they have not heard of the screensaver locking up. I'm going to play around with my test account and see what I can figure out also.
ChrisTech
Posted on 09-09-2019 11:10 AM
@ChrisTech I also called them a few weeks ago and they said they didn't have any updates related to this issue, but were informing their engineers about it. I did manage to get a config profile going for screen saver to at least bypass the OS locking up issue. I'll link here in case anyone wants it.
https://media.fentoncharter.net:5001/sharing/LGOXxxHQc
Posted on 10-07-2019 12:26 AM
Hi Chris,
thank you for sharing the link. However, it says the site cannot be reached.
Would you mind resending it.
Thank you