-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DepNotify GUI not running #30
Comments
After a horrible amount of testing on 10.14 and 10.15 The issue appears to be with lines and Line 697 It appears to be a combo of DEP notify launches correctly. The modified commands should look like this and Line 697 This suggests that something isn't being passed correctly. Unfortunatly, the open command without the |
Thanks blake. I don't know when I will be back into our offices to try it again but, I have made the changes to our script in Jamf. I don't think I can do this from home. |
Thanks Blake for the information. |
@blakeusblade I've added the code you listed but it seems to ignore my fullscreen flag now. I have it set for Fullscreen True but it runs it in windowed mode. |
I'm seeing the same issue. Hardware: iMac Intel (Retina 5K, 27-Inch, 2019) Trying to manually run the sudo command that launches DEPNotify yields:
Changing to the following works manually:
I still need to test if it works via jamf policy, though. |
I still have this issue. |
Its been a while since I worked on it... but I do remember the code might have a flaw in it with the below lines and the last parameter causing the script to reset the parameters... eg Line 452 In the example above... Line 48 is hardcoded to true however line 452 is possibly resetting the value... You could try #/commenting out line 452's if statement (adding # in front of the if) and try again... Regards |
I also just have this exact issue this week. But it seems like it sometimes works, but sometimes the GUI doesn't fire up? the debug log just says "Waiting for DEPNotify to start the process ID" over and over. |
Describe the bug
The DepNotify GUI doesn't start running on enrollment. It will just stay at the "Waiting for DEPNotify to start the process ID" message until I manulaly open that DEPNotify app in the utilities folder
depnotify.log
depnotifyDebug.log
jamf.log
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Logs
Please attach the following logs:
Software Versions (please complete the following information):
This same DEPNotify and script has been working about 2 weeks ago and it just stopped. Not sure if someone changed something on the JAMF server or what happened.
The text was updated successfully, but these errors were encountered: