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
Hello Since Catalina moved System Preferences to /system, can you please add a loop to check if its 10.14 or below to add System Preferences from Applications otherwise add it from /system/Applications.
Thanks
The text was updated successfully, but these errors were encountered:
I think it would be simpler to add logic to dockbuilder.sh at around lines 38 and 38 to check for the existence of $item before adding the dock item. It would enable us to have lists both the Catalina paths and the pre-Catalina paths; dockbuilder would only try to add the "correct" paths and skip items that do not exist.
if [ -e "$item" ]; then /usr/local/bin/dockutil --add "$item" ... fi
Hello Since Catalina moved System Preferences to /system, can you please add a loop to check if its 10.14 or below to add System Preferences from Applications otherwise add it from /system/Applications.
Thanks
The text was updated successfully, but these errors were encountered: