-
Notifications
You must be signed in to change notification settings - Fork 70
LaunchAgent issues with Monterey #136
Comments
We are experiencing the same issue, along with an additional one. Thanks to your script tweak, @wreck-gar, Splashbuddy will now launch. However, none of the items are updated as they are completed, nor does the Restart button become useable. |
Hey there, |
I noticed the issue with Monterey 12.3.1 I modified the postinstall script to
Modified the SplashBuddy.launch.sh Commented out the finderRunning function
Removed the function from the following
Removed the xattr attribute from the app (except I did this from composers build location). Repackaged all components in Composer and rebuilt the package. Everything is working as expected in Monterey. I haven't backwards tested with Big Sur yet. |
Im not having any luck getting SplashBuddy to automatically launch after install as intended.
I've updated the postinstall and SplashBuddy.Launch.sh for python changes, but the bootstrap command in the postinstall script gives an input/out error. The SplashBuddy.Launch.sh script doesn't work either, I think it is related to the finderRunning function.
As a work around I have just made the postinstall script just open the app with -
/usr/bin/open -a "/Library/Application Support/SplashBuddy/SplashBuddy.app"
Not sure if this is a Monterey thing, or just a 'me' thing, anyone else having issues?
The text was updated successfully, but these errors were encountered: