You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.
The file /Library/Application\ Support/SplashBuddy/SplashBuddy.launch.sh assumes that whatever user is the $loggedInUser has its $home in /Users/$user:
Hidden users have their $home in /var/$user which makes the .SplashBuddyDone-file impossible to find for such a user - making SplashBuddy respawn indefinitely regardless of its existens.
The text was updated successfully, but these errors were encountered:
The file /Library/Application\ Support/SplashBuddy/SplashBuddy.launch.sh assumes that whatever user is the $loggedInUser has its $home in /Users/$user:
doneFile="/Users/${loggedInUser}/Library/Containers/io.fti.SplashBuddy/Data/Library/.SplashBuddyDone"
Hidden users have their $home in /var/$user which makes the .SplashBuddyDone-file impossible to find for such a user - making SplashBuddy respawn indefinitely regardless of its existens.
The text was updated successfully, but these errors were encountered: