'User Interaction' dialog box is not centred

Winton
New Contributor

Not a particularly critical issue, but it's quite annoying that the 'User Interaction' dialog box is not centred when warning users of software installing during logout/login.

Am I missing something silly?

Thanks :)

external image link

5 REPLIES 5

jhbush
Valued Contributor II

I believe this is expected behavior. If you are using 9 and the management action application then the app needs to be trusted by the security pref pane to show up as a standard notification message.

Winton
New Contributor

Thanks Jason,

I don't really understand what you mean about the pref pane though. Do you mean gatekeeper settings?

external image link
http://i.imgur.com/1JRRKgQ.png

jhbush
Valued Contributor II

@Winton, sorry I meant the Notifications pref pane. external image link

Winton
New Contributor

@jhbush1973 Amazing.

How do i get it in there then? I thought thinks only appear in notification centre after being prompted for a decision?

jhbush
Valued Contributor II

@Winton I believe sending a policy complete message will get it into Notifications. I sent a blank message using this script to get into all machines.

#!/bin/bash

#JAMF Management Action Template

/Library/Application Support/JAMF/bin/Management Action.app/Contents/MacOS/Management Action -title "$6" -subtitle "$7" -message "$8"

exit 0