01-09-2023 06:25 PM - edited 01-09-2023 06:46 PM
Hi all! Question: we are sending out a policy using jamfHelpers "fs" window and I'm pretty sure in the past one was unable to exit out of it entirely (which is what we desire) but recently, I've seen (and tested) that hitting "command-Q" actually works to exit the fs window. Sometimes the fs window shows up then disappears after a few seconds on its own. Is this normal and/or anyone has seen before? Just curious. Test machines are M1 on Monterey.
Here's our script:
#!/bin/bash
# Variables
jamfHelper="/Library/Application Support/JAMF/bin/jamfHelper.app/Contents/MacOS/jamfHelper"
# Message prompt
"$jamfHelper" -windowType fs -heading "Test" -description "Hello! Try exiting this window" -icon /usr/local/jamf/logo.png
Solved! Go to Solution.
Posted on 01-11-2023 07:36 AM
Happy New Year, @ganidran!
If you're open to alternatives to jamfHelper.app, the following may prove helpful:
Posted on 01-11-2023 07:36 AM
Happy New Year, @ganidran!
If you're open to alternatives to jamfHelper.app, the following may prove helpful:
Posted on 01-18-2023 12:39 PM
Hmmm, the documentation on swiftDialog makes it seem like one can exit any message (including fullscreen) with the escape and return key no matter what. Wouldn't help here if so :(
Posted on 01-18-2023 12:46 PM
And if you'd like to use Jamf Helper: