Mike Solin

Results 48 comments of Mike Solin

If you wanted to request a Docker image from LSIO, looks like this is the place to do it: https://discourse.linuxserver.io/c/lsio-discussion/container-request/10

Ah, thanks. That explains the 5 second delay. Hmm. I submitted FB13135892, but now I'm second-guessing myself. Needs more testing. This works OK on beta 7: `/usr/bin/osascript -e 'delay 5'...

Because I needed to have _something_ for today, here's what I settled on. I shoved this at the end of the script that finishes up and quits DEPNotify: ``` cut="/usr/bin/cut"...

Replacing the LaunchAgent would be an interesting problem, too. I guess we'd need to handle unloading the old one, then loading the new one?

Me too. I just updated to 2.30.1 and am still seeing the toast notification. If there's a good way to provide debug logging, and if it'd help track this down,...

Confirming this is fixed with Safari on macOS 24.0.1 when using qBittorrent behind a reverse proxy and Tinyauth. Thank you!

I _think_ what you're describing could be solved with Nudge's grace periods - see the [userExperience](https://github.com/macadmins/nudge/wiki/userExperience) section, specifically the [allowGracePeriods](https://github.com/macadmins/nudge/issues/userExperience#allowGracePeriods---type-boolean-default-value-false), [gracePeriodInstallDelay](https://github.com/macadmins/nudge/issues/userExperience#gracePeriodInstallDelay---type-integer-default-value-23), [gracePeriodLaunchDelay](https://github.com/macadmins/nudge/issues/userExperience#gracePeriodLaunchDelay---type-integer-default-value-1), and [gracePeriodPath](https://github.com/macadmins/nudge/issues/userExperience#graceperiodpath---type-string-default-value-privatevardbapplesetupdone) keys.

Sorry, I missed the "vacation" part in your initial message - I think you're correct. Handling users who return from vacation has come up in the MacAdmins Slack channel, but...