Skip to main content
Solved

jamfHelper fs window that you can quit?

  • January 10, 2023
  • 3 replies
  • 43 views

ganidran
Forum|alt.badge.img+6

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

 

 

Best answer by dan-snelson

Happy New Year, @ganidran!

If you're open to alternatives to jamfHelper.app, the following may prove helpful:

swiftDialog-izing Your Scripts

3 replies

dan-snelson
Forum|alt.badge.img+28
  • Honored Contributor
  • 632 replies
  • Answer
  • January 11, 2023

Happy New Year, @ganidran!

If you're open to alternatives to jamfHelper.app, the following may prove helpful:

swiftDialog-izing Your Scripts


ganidran
Forum|alt.badge.img+6
  • Author
  • Contributor
  • 21 replies
  • January 18, 2023

Happy New Year, @ganidran!

If you're open to alternatives to jamfHelper.app, the following may prove helpful:

swiftDialog-izing Your Scripts


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 :(


dan-snelson
Forum|alt.badge.img+28
  • Honored Contributor
  • 632 replies
  • January 18, 2023

And if you'd like to use Jamf Helper:

Actionable messages with Jamf Helper